fix queue on fs

This commit is contained in:
vapormusic 2022-01-08 20:28:50 +07:00
parent 98847ee92c
commit 5c9d93ce9c

View file

@ -3687,6 +3687,14 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
width: 60vh;
height: 50vh;
.queue-title{
opacity: 0.6;
}
.queue-panel > * {
z-index: 3;
}
::-webkit-scrollbar-thumb {
box-shadow: unset;
}