ensured page wallpaper is centered

This commit is contained in:
2025-07-27 20:10:22 -04:00
parent e6988f028e
commit 1de9bab7fd
+2
View File
@@ -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";
}
}