From ae22153edbdc219be32cc7b23c733a2bfd0bf6b8 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Mon, 8 Jun 2026 16:16:22 -0400 Subject: [PATCH] style: LevelMeterFab FAB to 72px, icon to 36px --- .../Controls/AudioPlayerBar/LevelMeterFab.razor.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DeepDrftPublic.Client/Controls/AudioPlayerBar/LevelMeterFab.razor.css b/DeepDrftPublic.Client/Controls/AudioPlayerBar/LevelMeterFab.razor.css index d9b4201..2769fe5 100644 --- a/DeepDrftPublic.Client/Controls/AudioPlayerBar/LevelMeterFab.razor.css +++ b/DeepDrftPublic.Client/Controls/AudioPlayerBar/LevelMeterFab.razor.css @@ -1,7 +1,7 @@ /* Circular FAB matching MudFab Size.Large (56px) with MudBlazor primary palette */ .lmf-fab-btn { - width: 56px; - height: 56px; + width: 72px; + height: 72px; border-radius: 50%; border: none; cursor: pointer; @@ -30,6 +30,6 @@ /* Fill motion is driven by C#-computed SVG geometry, not CSS — no transition here. */ .lmf-icon { - width: 24px; - height: 24px; + width: 36px; + height: 36px; }