smaller volume slider

This commit is contained in:
Erica Z 2024-10-12 18:44:10 +00:00
parent 1d768e8d74
commit 4713b2b902
2 changed files with 7 additions and 0 deletions

View file

@ -4,3 +4,9 @@
min-width: 10px;
min-height: 10px;
}
#volume-scale slider {
margin: -5px;
min-width: 15px;
min-height: 15px;
}

View file

@ -235,6 +235,7 @@ paintable: bind template.playing_cover_art;
}
Scale {
name: "volume-scale";
orientation: horizontal;
width-request: 130;