fix queueing

This commit is contained in:
vapormusic 2022-01-10 09:50:11 +07:00
parent 671fdebae9
commit 6e704c4531
5 changed files with 99 additions and 114 deletions

View file

@ -3578,6 +3578,10 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
background-color: rgba(200, 200, 200, 0.7);
}
.playback-button--small{
opacity: 0.7;
}
.right-col{
height: 50vh;
}