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:
parent
e6ca97761f
commit
10e439bdf7
1 changed files with 2 additions and 3 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue