Added Performance Mode Setting & Improved Performance

This commit is contained in:
2025-06-05 01:16:00 +10:00
parent 47e622e213
commit 7953519773
5 changed files with 129 additions and 73 deletions
@@ -31,6 +31,13 @@
to { transform: translate(-50%, -50%) rotate(360deg); }
}
/* Performance mode - static backgrounds */
.global-spinning-image.performance-mode-static,
.now-playing-background-image.performance-mode-static {
animation: none !important;
transform: translate(-50%, -50%) !important;
}
/* Make background visible through all containers */
body,
#wimp,