From ba461e8b3b44fc36a7afe9e61c5293b28a4577bf Mon Sep 17 00:00:00 2001 From: matanfield Date: Fri, 30 Aug 2024 22:27:24 +0300 Subject: [PATCH] Adjust sidenav width to 15rem for better space utilization --- src/shared/layouts/SidenavLayout/SidenavLayout.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/layouts/SidenavLayout/SidenavLayout.module.scss b/src/shared/layouts/SidenavLayout/SidenavLayout.module.scss index 014271ce7f..3770f017f7 100644 --- a/src/shared/layouts/SidenavLayout/SidenavLayout.module.scss +++ b/src/shared/layouts/SidenavLayout/SidenavLayout.module.scss @@ -4,7 +4,7 @@ .container { --main-pl: unset; --sb-max-width: unset; - --sb-width: 18.75rem; + --sb-width: 15rem; --sb-content-max-width: 100%; --sb-content-width: 100%; --sb-content-pb: 0;