Skip to content

Commit

Permalink
Merge pull request #2730 from daostack/adjust-sidenav-width
Browse files Browse the repository at this point in the history
Narrow down sidenav width for better space utilization
  • Loading branch information
pvm-code authored Sep 3, 2024
2 parents d70ebb3 + ec6d41d commit 7f25bb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--main-mw: 100%;
--main-pl: unset;
--sb-max-width: unset;
--sb-width: 21rem;
--sb-width: 18.75rem;
--sb-content-max-width: 100%;
--sb-content-width: 100%;
--sb-content-pb: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: 18.75rem;
--sb-content-max-width: 100%;
--sb-content-width: 100%;
--sb-content-pb: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/shared/layouts/SidenavLayout/SidenavLayout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7f25bb8

Please sign in to comment.