1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Himadri Bhattacharjee 2025-03-30 11:01:14 -04:00 committed by GitHub
commit 333707cea8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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