From 0358df82ac05dd0e08f626cd11cba84e30f4dc45 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Fri, 19 Jun 2026 19:18:40 -0400 Subject: [PATCH] feat: Player & Menu Styles --- .../AudioPlayerBar/PlayerControls.razor | 16 +++++------ .../AudioPlayerBar/PlayerTransportZone.razor | 28 ++++++++++--------- .../Layout/DeepDrftMenu.razor | 4 +-- 3 files changed, 25 insertions(+), 23 deletions(-) diff --git a/DeepDrftPublic.Client/Controls/AudioPlayerBar/PlayerControls.razor b/DeepDrftPublic.Client/Controls/AudioPlayerBar/PlayerControls.razor index 0d3f920..c0ef965 100644 --- a/DeepDrftPublic.Client/Controls/AudioPlayerBar/PlayerControls.razor +++ b/DeepDrftPublic.Client/Controls/AudioPlayerBar/PlayerControls.razor @@ -14,14 +14,6 @@ Color="Color.Primary" Disabled="!CanPlay" OnToggle="@TogglePlayPause"/> - @if (!Fixed || HasPrevious || HasNext) - { - - } @if (!Fixed) { } + @if (!Fixed || HasPrevious || HasNext) + { + + } diff --git a/DeepDrftPublic.Client/Controls/AudioPlayerBar/PlayerTransportZone.razor b/DeepDrftPublic.Client/Controls/AudioPlayerBar/PlayerTransportZone.razor index 9e585cf..b2095be 100644 --- a/DeepDrftPublic.Client/Controls/AudioPlayerBar/PlayerTransportZone.razor +++ b/DeepDrftPublic.Client/Controls/AudioPlayerBar/PlayerTransportZone.razor @@ -23,17 +23,19 @@ @* Queue toggle: a second row between the transport controls and the timestamp (§3.1 placement — "below the control buttons, to the left of the timestamps"). Shown only when a queue is loaded, mirroring the skip-affordance gating, so an empty/single-track player is byte-for-byte unchanged. *@ - @if (ShowQueueButton) - { - - - - } - + + + @if (ShowQueueButton) + { + + + + } + diff --git a/DeepDrftPublic.Client/Layout/DeepDrftMenu.razor b/DeepDrftPublic.Client/Layout/DeepDrftMenu.razor index 2f792b1..f8808bf 100644 --- a/DeepDrftPublic.Client/Layout/DeepDrftMenu.razor +++ b/DeepDrftPublic.Client/Layout/DeepDrftMenu.razor @@ -3,7 +3,7 @@ @using DeepDrftPublic.Client.Services @* Desktop Menu *@ -