lyrics improvement

This commit is contained in:
vapormusic 2021-12-17 20:48:34 +07:00
parent 74d9bceb90
commit 5d8a22eacd
5 changed files with 261 additions and 152 deletions

View file

@ -1366,6 +1366,14 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
margin-right: 0px;
}
.lyric-line.active .verse{
opacity: 0.6;
}
.lyric-line.active .verse.verse-active{
opacity: 1;
}
.lyric-line:hover {
cursor: pointer;
}