From 548e4bcaf04c224cac39789a63fab29c6efab678 Mon Sep 17 00:00:00 2001 From: meowarex Date: Fri, 3 Apr 2026 16:25:17 +1100 Subject: [PATCH] Fixed Descender Character Cutoff @ Larger Font Sizes --- plugins/radiant-lyrics-luna/src/lyrics-glow.css | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/radiant-lyrics-luna/src/lyrics-glow.css b/plugins/radiant-lyrics-luna/src/lyrics-glow.css index c39ea7b..9ee0a14 100644 --- a/plugins/radiant-lyrics-luna/src/lyrics-glow.css +++ b/plugins/radiant-lyrics-luna/src/lyrics-glow.css @@ -207,6 +207,7 @@ color: rgba(255, 255, 255, 0.4); /* biome-ignore lint: Must beat Tidal _hasCues_ opacity */ opacity: 1 !important; + line-height: 1.15; transition: text-shadow 0.15s ease-out, color 0.15s ease-out;