From f40786171d6527c722a6c34575e4a8ff5d03e85d Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Mon, 8 Jun 2026 16:33:20 -0400 Subject: [PATCH] fix: shrink .lmf-icon to 56px to match MudFab Size.Large --- .../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 4320711..7d20ad2 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: 68px; - height: 68px; + width: 56px; + height: 56px; }