From e3df6dd93e4c6b686480c21beb3b336101b40556 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Mon, 8 Jun 2026 16:15:01 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20scale=20LevelMeterFab=20music=20note=20t?= =?UTF-8?q?o=20fill=20the=20FAB=20=E2=80=94=20bump=20.lmf-icon=20from=2024?= =?UTF-8?q?px=20to=2056px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 d9b4201..adbbe51 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: 24px; - height: 24px; + width: 56px; + height: 56px; }