Player Layout
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/* Width caps only — layout/colour come from MudStack + theme.
|
||||
The zone stacks the spectrum visualizer above the volume row. Width is sized
|
||||
so 24 spectrum bars (4px min + 2px gap ≈ 140px) render without clipping under
|
||||
the container's overflow:hidden, while staying compact. */
|
||||
The zone stacks the spectrum visualizer above the volume row, both sized to the same
|
||||
compact width so the spectrum matches the slider. 75px fits 10 spectrum bars (4px min +
|
||||
2px gap ≈ 70px) without clipping under the container's overflow:hidden. */
|
||||
.volume-zone {
|
||||
width: 150px;
|
||||
width: 75px;
|
||||
}
|
||||
|
||||
.volume-row {
|
||||
|
||||
Reference in New Issue
Block a user