Migrate desktop AudioPlayerBar to MudBlazor theme surface

This commit is contained in:
daniel-c-harvey
2026-06-04 19:28:14 -04:00
parent a57e0f71c4
commit 8420ab8d37
16 changed files with 182 additions and 230 deletions
@@ -1,19 +1,8 @@
/* VolumeControls Component Styles */
/* Volume control container */
/* Width caps only — layout/colour come from MudStack + theme */
.volume-controls {
display: flex;
align-items: center;
gap: 0.25rem;
width: 140px;
}
/* Volume icon styling */
.volume-icon {
margin-right: 4px;
}
/* Volume slider styling */
.volume-slider {
width: 100px;
}
}