add per user volume slider

This commit is contained in:
ouwou
2022-10-05 18:43:44 -04:00
parent 9dc2e863e8
commit 92c70bda08
6 changed files with 62 additions and 5 deletions

View File

@@ -87,3 +87,11 @@ has to be separate to allow main.css to override certain things
.app-window colorswatch {
box-shadow: 0 1px rgba(0, 0, 0, 0);
}
.app-window scale {
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
color: @text_color;
}