add Lyrics

This commit is contained in:
robert-hamilton36
2023-04-28 15:38:51 +12:00
parent 5defb79271
commit c42b96df3e
13 changed files with 456 additions and 7 deletions
+31
View 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;
}