fix the loading lyrics line in fs

This commit is contained in:
vapormusic 2022-01-04 14:46:45 +07:00
parent 4b07f0cafd
commit f16183781b

View file

@ -1664,6 +1664,11 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
opacity: 1;
}
.modular-fs .app-drawer .lyric-body .no-lyrics {
height: 100%;
display: flex;
}
@keyframes lyricWaitingLine {
0% {
opacity: 0.25;