fix(css): halve volume control width and pin it to flex-start at wide breakpoints
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
@media (min-width: 600px) {
|
||||
::deep .transport-zone { order: 1; }
|
||||
::deep .seek-zone { order: 2; flex-grow: 1; flex-basis: 0; }
|
||||
::deep .volume-controls { order: 3; }
|
||||
::deep .volume-controls { order: 3; align-self: flex-start; }
|
||||
}
|
||||
|
||||
/* Narrow (< 600px): transport + volume on top row, seek full-width below */
|
||||
|
||||
@@ -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