mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge 90cca0f917
into 7d84185d0e
This commit is contained in:
commit
333707cea8
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
.lyricPage {
|
.lyricPage {
|
||||||
padding-top: 4.2em !important;
|
padding-top: 4.2em !important;
|
||||||
|
padding-left: 0.5em !important;
|
||||||
|
padding-right: 0.5em !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
@ -13,9 +15,12 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin: 0.1em;
|
margin: 0.1em;
|
||||||
font-size: 30px;
|
font-size: 1.875rem;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
min-height: 2em;
|
min-height: 2em;
|
||||||
|
|
||||||
|
transition-property: opacity;
|
||||||
|
transition-duration: 150ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
.futureLyric {
|
.futureLyric {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue