Fix: Reduced excessive padding and margin on lyrics

dev: we don't need it anymore since 'scale' achieve a similar purpose
This commit is contained in:
lscambo13
2025-01-23 08:50:05 -08:00
parent e6ca97761f
commit 10e439bdf7

View File

@@ -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 {