From 13e5bdb761672046111d39b8dc0048c8e7fd1d4e Mon Sep 17 00:00:00 2001 From: Paulo Castellano Date: Sat, 18 Jul 2026 08:55:49 -0300 Subject: [PATCH] fix(ui): match the mobile sidebar trigger to the icon button size The floating hamburger was size-9 (36px) next to size-10 (40px) icon buttons, so it read as too small. Bump it to size-10 to match. --- resources/js/layouts/app/AppSidebarLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/layouts/app/AppSidebarLayout.vue b/resources/js/layouts/app/AppSidebarLayout.vue index 8e3fdafb..201b49d9 100644 --- a/resources/js/layouts/app/AppSidebarLayout.vue +++ b/resources/js/layouts/app/AppSidebarLayout.vue @@ -52,7 +52,7 @@ onBeforeUnmount(() => {