fix(css): halve volume control width and pin it to flex-start at wide breakpoints
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user