mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
use div scroll method to scroll to current song in queue
This commit is contained in:
committed by
Mungai Njoroge
parent
8e258eaf24
commit
278439eee8
@@ -4,7 +4,7 @@ input[type="range"] {
|
||||
width: calc(100% - 2px);
|
||||
height: 0.3rem;
|
||||
border-radius: 5px;
|
||||
background: $gray4 linear-gradient(90deg, $accent, $darkestblue) no-repeat;
|
||||
background: $gray4 linear-gradient(90deg, $darkblue, $darkestblue) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
|
||||
&::-webkit-slider-thumb {
|
||||
|
||||
Reference in New Issue
Block a user