fix(css): halve volume control width and pin it to flex-start at wide breakpoints

This commit is contained in:
daniel-c-harvey
2026-06-05 14:28:50 -04:00
parent 8178174275
commit 78c6803e6b
2 changed files with 3 additions and 3 deletions
@@ -1,8 +1,8 @@
/* Width caps only — layout/colour come from MudStack + theme */
.volume-controls {
width: 140px;
width: 70px;
}
.volume-slider {
width: 100px;
width: 50px;
}