fix: AudioPlayerBar Styles
Deploy DeepDrftManager / Build & Publish (push) Successful in 1m10s
Deploy DeepDrftPublic / Build & Publish (push) Successful in 3m31s
Deploy DeepDrftManager / Deploy (push) Successful in 1m24s
Deploy DeepDrftPublic / Deploy (push) Successful in 1m29s

This commit is contained in:
daniel-c-harvey
2026-06-07 08:19:52 -04:00
parent 54939721e4
commit 6dfb3a2f23
2 changed files with 3 additions and 9 deletions
@@ -2,7 +2,7 @@
{
<div class="minimized-dock">
<MudFab Color="Color.Primary"
StartIcon="@Icons.Material.Filled.ExpandLess"
StartIcon="@Icons.Material.Filled.MusicNote"
Size="Size.Large"
OnClick="@ToggleMinimized"/>
</div>
@@ -23,8 +23,7 @@
}
::deep .player-inner-container {
padding: 1rem;
padding-bottom: 1.5rem;
padding: 0.75rem;
}
/* The visible surface is a MudPaper; scoped CSS only sets geometry + a hairline accent */
@@ -61,13 +60,8 @@
right: 15px;
}
::deep .player-inner-container {
padding: 0.75rem;
padding-bottom: 1.25rem;
}
::deep .player-surface {
margin-bottom: 1.25rem;
margin-bottom: 0.5rem;
}
}