mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
Added Performance Mode Setting & Improved Performance
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user