Skip to content

Commit

Permalink
Adjust sidenav width to 15rem for better space utilization
Browse files Browse the repository at this point in the history
  • Loading branch information
matanfield committed Aug 30, 2024
1 parent d70ebb3 commit ba461e8
Showing 1 changed file with 1 addition and 1 deletion.
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 ba461e8

Please sign in to comment.