disable blur on unsynced lyrics

This commit is contained in:
vapormusic 2021-12-27 22:16:32 +07:00
parent 59de1b3364
commit 09d99d02b5
2 changed files with 9 additions and 1 deletions

View file

@ -1457,6 +1457,14 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
filter: blur(1px)
}
.lyric-line:not(.active).unsynced {
filter: none !important;
}
.lyric-line.unsynced {
filter: none !important;
}
.lyricWaiting {
margin-top: 8px;
display: none;