Fix Tidals Playlist control header style

This commit is contained in:
2026-05-29 15:57:13 +10:00
parent 734e0012cc
commit 497f3a95b0
+7 -1
View File
@@ -886,4 +886,10 @@ body.rl-integrated-seekbar [data-test="footer-player"] [class*="playerContent"]
._glowEffect_74c5e85 {
display: none !important;
}
}
/* Make the small header red */
[class*="_smallHeader_"] {
background-color: rgba(0, 0, 0, .3) !important;
backdrop-filter: blur(10px) !important;
}