From 5258729c86e6907ae60d3aed794fc406e8ca138e Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Mon, 8 Jun 2026 16:27:08 -0400 Subject: [PATCH] feat: enlarge LevelMeterFab note to 68px so it fills the 72px FAB --- .../Controls/AudioPlayerBar/LevelMeterFab.razor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DeepDrftPublic.Client/Controls/AudioPlayerBar/LevelMeterFab.razor.css b/DeepDrftPublic.Client/Controls/AudioPlayerBar/LevelMeterFab.razor.css index 7d20ad2..4320711 100644 --- a/DeepDrftPublic.Client/Controls/AudioPlayerBar/LevelMeterFab.razor.css +++ b/DeepDrftPublic.Client/Controls/AudioPlayerBar/LevelMeterFab.razor.css @@ -30,6 +30,6 @@ /* Fill motion is driven by C#-computed SVG geometry, not CSS — no transition here. */ .lmf-icon { - width: 56px; - height: 56px; + width: 68px; + height: 68px; }