Skip to content

Commit

Permalink
Standardize sidebar width to 15rem across all layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
matanfield committed Aug 30, 2024
1 parent ba461e8 commit 8f85746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 15rem;
--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: 15rem;
--sb-content-max-width: 100%;
--sb-content-width: 100%;
--sb-content-pb: 0;
Expand Down

0 comments on commit 8f85746

Please sign in to comment.