From 47c011dc2fc05afbff3ff63c2d63be3682c43a1f Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Wed, 22 Oct 2025 18:55:34 +0300 Subject: [PATCH] Fix hamburger button icon size --- app/components/layout/index.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/layout/index.module.css b/app/components/layout/index.module.css index 32f2158a0..e2464fad9 100644 --- a/app/components/layout/index.module.css +++ b/app/components/layout/index.module.css @@ -12,7 +12,8 @@ } .hamburger.fab svg { - width: 2.25rem; + min-width: 2.25rem; + max-width: 2.25rem; stroke-width: 2px; }