mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add Lyrics
This commit is contained in:
parent
5defb79271
commit
c42b96df3e
13 changed files with 456 additions and 7 deletions
31
src/styles/lyrics.scss
Normal file
31
src/styles/lyrics.scss
Normal file
|
@ -0,0 +1,31 @@
|
|||
.lyricPage {
|
||||
padding-top: 4.2em !important;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.dynamicLyricsContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.lyricsLine {
|
||||
display: inline-block;
|
||||
width: fit-content;
|
||||
margin: 0.1em;
|
||||
font-size: 30px;
|
||||
color: inherit;
|
||||
min-height: 2em;
|
||||
}
|
||||
|
||||
.futureLyric {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.pastLyric {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.dynamicLyric {
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue