feat(mix-visualizer): gate knob controls with Blazor @if in TopContent band; drop CSS collapse, glass, and TopRowCenter slot

This commit is contained in:
daniel-c-harvey
2026-06-16 20:31:42 -04:00
parent daafae8af6
commit fc7c9e978f
6 changed files with 39 additions and 117 deletions
@@ -3,12 +3,3 @@
justify-content: center;
margin-top: 1.5rem;
}
/* The three-zone top row: back link | center affordance | action. The center zone (the Mix
visualizer-controls container) grows in-flow between the two pinned ends. On narrow widths the row
flex-wraps so the center zone drops to its own line below the back/action pair — keeping the seven
knobs in-flow with the full row width rather than clipping. The MudStack output is a child Razor
component's native div, so ::deep is required to reach it. */
::deep .deepdrft-track-detail-top-row-stack {
flex-wrap: wrap;
}