ui: compress lyrics line spacing further on player page

This commit is contained in:
Troll (Hermes Agent) 2026-08-03 18:28:31 +00:00
parent 5757a768d5
commit d7e30ba317

View file

@ -83,14 +83,15 @@
background:#111827; background:#111827;
border:1px solid #374151; border:1px solid #374151;
border-radius:.5rem; border-radius:.5rem;
padding:1rem 1.5rem; padding:1rem 1.25rem;
margin:1rem 0; margin:1rem 0;
white-space:pre-wrap; white-space:pre-wrap;
line-height:1.5; line-height:1.3;
font-size:1.05rem; font-size:1rem;
} }
.lyrics h2{ .lyrics h2{
margin-top:0; margin-top:0;
margin-bottom:.5rem;
color:#fbbf24; color:#fbbf24;
font-size:1.2rem; font-size:1.2rem;
} }
@ -98,11 +99,14 @@
color:#60a5fa; color:#60a5fa;
font-weight:700; font-weight:700;
display:block; display:block;
margin-top:.6rem; margin-top:.5rem;
margin-bottom:.1rem;
} }
.lyrics .lyric-line{ .lyrics .lyric-line{
display:block; display:block;
margin:.1rem 0; line-height:1.3;
margin:0;
padding:0;
} }
</style> </style>
</head> </head>