From 10e439bdf7a6bf3b7476e8ce3c3c09c5ecd0afd8 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 23 Jan 2025 08:50:05 -0800 Subject: [PATCH] Fix: Reduced excessive padding and margin on lyrics dev: we don't need it anymore since 'scale' achieve a similar purpose --- Theme/ElegantFin-theme-nightly.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index a35bbbc..e1b7457 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -659,12 +659,11 @@ html { } .lyricPage { - padding-inline: 1em; + padding-inline: .5em; } .lyricsLine { font-size: 2.5em; - margin: 0.5em; color: var(--textColor); text-align: center; align-self: center; @@ -680,7 +679,7 @@ html { } .pastLyric { - opacity: .5; + opacity: .65; } .buttonActive {