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 {
|
.lyricPage {
|
||||||
padding-inline: 1em;
|
padding-inline: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lyricsLine {
|
.lyricsLine {
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
margin: 0.5em;
|
|
||||||
color: var(--textColor);
|
color: var(--textColor);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
@@ -680,7 +679,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pastLyric {
|
.pastLyric {
|
||||||
opacity: .5;
|
opacity: .65;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttonActive {
|
.buttonActive {
|
||||||
|
Reference in New Issue
Block a user