oh its in less lmao

This commit is contained in:
yazninja 2022-04-19 13:23:35 +08:00
parent 0f13566009
commit a612f6ac7d
2 changed files with 2 additions and 1 deletions

View file

@ -11626,6 +11626,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
filter: none !important; filter: none !important;
} }
.lyricWaiting { .lyricWaiting {
margin-bottom: 10px;
display: none; display: none;
} }
.lyric-line.active .lyricWaiting { .lyric-line.active .lyricWaiting {

View file

@ -1630,7 +1630,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
} }
.lyricWaiting { .lyricWaiting {
margin-top: 8px; margin-bottom:10px;
display: none; display: none;
} }