From ba461e8b3b44fc36a7afe9e61c5293b28a4577bf Mon Sep 17 00:00:00 2001 From: matanfield Date: Fri, 30 Aug 2024 22:27:24 +0300 Subject: [PATCH 1/3] 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; From 8f85746db22ccc46cbb1714c49e91daee229e3ee Mon Sep 17 00:00:00 2001 From: matanfield Date: Fri, 30 Aug 2024 23:04:11 +0300 Subject: [PATCH 2/3] Standardize sidebar width to 15rem across all layouts --- .../layouts/CommonSidenavLayout/CommonSidenavLayout.module.scss | 2 +- .../MultipleSpacesLayout/MultipleSpacesLayout.module.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/layouts/CommonSidenavLayout/CommonSidenavLayout.module.scss b/src/shared/layouts/CommonSidenavLayout/CommonSidenavLayout.module.scss index 23b4c9cdf1..4bb72194db 100644 --- a/src/shared/layouts/CommonSidenavLayout/CommonSidenavLayout.module.scss +++ b/src/shared/layouts/CommonSidenavLayout/CommonSidenavLayout.module.scss @@ -5,7 +5,7 @@ --main-mw: 100%; --main-pl: unset; --sb-max-width: unset; - --sb-width: 21rem; + --sb-width: 15rem; --sb-content-max-width: 100%; --sb-content-width: 100%; --sb-content-pb: 0; diff --git a/src/shared/layouts/MultipleSpacesLayout/MultipleSpacesLayout.module.scss b/src/shared/layouts/MultipleSpacesLayout/MultipleSpacesLayout.module.scss index 1f259c1b07..d6df035e7c 100644 --- a/src/shared/layouts/MultipleSpacesLayout/MultipleSpacesLayout.module.scss +++ b/src/shared/layouts/MultipleSpacesLayout/MultipleSpacesLayout.module.scss @@ -5,7 +5,7 @@ --main-mw: calc(120rem + var(--sb-h-indent, 0)); --main-pl: calc(var(--sb-h-indent, 0)); --sb-max-width: unset; - --sb-width: 21rem; + --sb-width: 15rem; --sb-content-max-width: 100%; --sb-content-width: 100%; --sb-content-pb: 0; From ec6d41d554f551bb66af73f6ab12c247230a31fd Mon Sep 17 00:00:00 2001 From: matanfield Date: Mon, 2 Sep 2024 02:14:50 +0300 Subject: [PATCH 3/3] changed width to 18.75rem --- .../layouts/CommonSidenavLayout/CommonSidenavLayout.module.scss | 2 +- .../MultipleSpacesLayout/MultipleSpacesLayout.module.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/layouts/CommonSidenavLayout/CommonSidenavLayout.module.scss b/src/shared/layouts/CommonSidenavLayout/CommonSidenavLayout.module.scss index 4bb72194db..c5b7f52a08 100644 --- a/src/shared/layouts/CommonSidenavLayout/CommonSidenavLayout.module.scss +++ b/src/shared/layouts/CommonSidenavLayout/CommonSidenavLayout.module.scss @@ -5,7 +5,7 @@ --main-mw: 100%; --main-pl: unset; --sb-max-width: unset; - --sb-width: 15rem; + --sb-width: 18.75rem; --sb-content-max-width: 100%; --sb-content-width: 100%; --sb-content-pb: 0; diff --git a/src/shared/layouts/MultipleSpacesLayout/MultipleSpacesLayout.module.scss b/src/shared/layouts/MultipleSpacesLayout/MultipleSpacesLayout.module.scss index d6df035e7c..edbb5f0e99 100644 --- a/src/shared/layouts/MultipleSpacesLayout/MultipleSpacesLayout.module.scss +++ b/src/shared/layouts/MultipleSpacesLayout/MultipleSpacesLayout.module.scss @@ -5,7 +5,7 @@ --main-mw: calc(120rem + var(--sb-h-indent, 0)); --main-pl: calc(var(--sb-h-indent, 0)); --sb-max-width: unset; - --sb-width: 15rem; + --sb-width: 18.75rem; --sb-content-max-width: 100%; --sb-content-width: 100%; --sb-content-pb: 0;