mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user