static: add custom style to range input control

This commit is contained in:
coon 2023-12-01 21:53:51 +01:00
parent 6a00390e53
commit 857638e9db
3 changed files with 87 additions and 1 deletions

View file

@ -118,6 +118,14 @@ td.playing {
width: 160px;
}
#progress {
margin-left: 10px;
}
#volume {
margin-left: 10px;
}
#queue-volume-controls {
width: 150px;
}