From 497f3a95b06cd5c908f17927405da109074265d1 Mon Sep 17 00:00:00 2001 From: meowarex Date: Fri, 29 May 2026 15:57:13 +1000 Subject: [PATCH] Fix Tidals Playlist control header style --- plugins/radiant-lyrics-luna/src/styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/radiant-lyrics-luna/src/styles.css b/plugins/radiant-lyrics-luna/src/styles.css index c5ca94e..34e6c63 100644 --- a/plugins/radiant-lyrics-luna/src/styles.css +++ b/plugins/radiant-lyrics-luna/src/styles.css @@ -886,4 +886,10 @@ body.rl-integrated-seekbar [data-test="footer-player"] [class*="playerContent"] ._glowEffect_74c5e85 { display: none !important; -} \ No newline at end of file +} + +/* Make the small header red */ +[class*="_smallHeader_"] { + background-color: rgba(0, 0, 0, .3) !important; + backdrop-filter: blur(10px) !important; +}