From d7e30ba3175e4d93ec6d25c68aa557db9f01da1b Mon Sep 17 00:00:00 2001 From: "Troll (Hermes Agent)" Date: Mon, 3 Aug 2026 18:28:31 +0000 Subject: [PATCH] ui: compress lyrics line spacing further on player page --- templates/player.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/templates/player.html b/templates/player.html index cadb356..a8b7337 100644 --- a/templates/player.html +++ b/templates/player.html @@ -83,14 +83,15 @@ background:#111827; border:1px solid #374151; border-radius:.5rem; - padding:1rem 1.5rem; + padding:1rem 1.25rem; margin:1rem 0; white-space:pre-wrap; - line-height:1.5; - font-size:1.05rem; + line-height:1.3; + font-size:1rem; } .lyrics h2{ margin-top:0; + margin-bottom:.5rem; color:#fbbf24; font-size:1.2rem; } @@ -98,11 +99,14 @@ color:#60a5fa; font-weight:700; display:block; - margin-top:.6rem; + margin-top:.5rem; + margin-bottom:.1rem; } .lyrics .lyric-line{ display:block; - margin:.1rem 0; + line-height:1.3; + margin:0; + padding:0; }