Made Compatible (Not Rewritten)

This commit is contained in:
2026-03-27 23:47:56 +11:00
parent 5189d2bbea
commit 8f995d8474
4 changed files with 818 additions and 634 deletions
@@ -43,6 +43,18 @@
backface-visibility: hidden;
}
/* Hide Tidal's native now-playing background color overlay */
[data-test="new-now-playing"] > [class*="_background_"] {
/* biome-ignore lint: Must override native album-art-derived background */
display: none !important;
}
/* Ensure the now-playing container itself is transparent */
[class*="_nowPlayingContainer"] {
/* biome-ignore lint: Must override any inline background styles */
background: transparent !important;
}
/* Now Playing Background Container Optimization */
.now-playing-background-container {
position: absolute;
@@ -50,7 +62,7 @@
top: 0;
width: 100%;
height: 100%;
z-index: -3;
z-index: 0;
pointer-events: none;
overflow: hidden;
/* Hardware acceleration */
@@ -58,6 +70,14 @@
backface-visibility: hidden;
}
/* Ensure now-playing content renders above the dynamic background */
[data-test="new-now-playing"] > header,
[data-test="new-now-playing"] > [class*="_content_"],
[data-test="new-now-playing"] > .unhide-ui-button {
position: relative;
z-index: 1;
}
/* Optimized keyframe animations with GPU acceleration */
@keyframes spinGlobal {
from {