From 1de9bab7fd8e246b9b84bd35a18db5479d3b27dd Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 27 Jul 2025 20:10:22 -0400 Subject: [PATCH] ensured page wallpaper is centered --- startpage.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/startpage.html b/startpage.html index 7b7c700..446b1c5 100644 --- a/startpage.html +++ b/startpage.html @@ -1737,6 +1737,7 @@ document.getElementById("wallpaperRepeatToggle").checked = true; } else { document.body.style.backgroundSize = "cover"; + document.body.style.backgroundPosition = "center"; } /* init audio + auto-play */ @@ -2018,6 +2019,7 @@ } else { document.body.style.backgroundSize = "cover"; + document.body.style.backgroundPosition = "center"; document.body.style.backgroundRepeat = "no-repeat"; } }