diff --git a/plugins/radiant-lyrics-luna/src/lyrics-glow.css b/plugins/radiant-lyrics-luna/src/lyrics-glow.css index e82c3da..a5680d0 100644 --- a/plugins/radiant-lyrics-luna/src/lyrics-glow.css +++ b/plugins/radiant-lyrics-luna/src/lyrics-glow.css @@ -100,6 +100,11 @@ padding 0.7s ease-in-out !important; } +/* Glow-aware left padding so the glow doesn't clip | Thanks Aya <3*/ +[data-test="lyrics"] { + padding-left: var(--rl-glow-outer, 20px) !important; +} + /* Lyrics container styling */ [class^="_lyricsContainer"] > div > div > span { margin-bottom: 2rem; @@ -248,10 +253,6 @@ color: var(--cl-glow1, #fff) !important; } -/* Line mode: suppress glow during slide-in only */ -.rl-wbw-line.rl-line-slide .rl-wbw-word.rl-wbw-active { - text-shadow: none !important; -} /* MARKER: Syllable sweep animation CSS */ diff --git a/plugins/radiant-lyrics-luna/src/styles.css b/plugins/radiant-lyrics-luna/src/styles.css index 01f5124..38a2d15 100644 --- a/plugins/radiant-lyrics-luna/src/styles.css +++ b/plugins/radiant-lyrics-luna/src/styles.css @@ -266,7 +266,7 @@ /* These change allot so i gave them their own section */ /* Fixes the new Sticky Header Tidal added.. in the shittest jankiest way possible */ -[class*="_stickyHeader"] { +/* [class*="_stickyHeader"] { background: transparent !important; backdrop-filter: blur(50px); background-color: transparent !important; @@ -280,7 +280,6 @@ linear-gradient(to right, black 85%, transparent) !important; -webkit-mask-composite: source-in !important; mask-composite: intersect !important; - /* border-radius: 3px 0 0 0 !important; */ padding-bottom: 5px !important; } @@ -296,7 +295,7 @@ [data-test="playqueue-sticky-clear-source-items"] { visibility: collapse !important; width: 0px !important; -} +} */ /* Remove the background color from the small header */