Skip to content

Commit

Permalink
Fix sidebar padding in production
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Dec 19, 2024
1 parent 3dddfdc commit 6de5d9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus/src/scss/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ $selector-color-mode-toggle-wrapper: 'div[class*="ColorModeToggle"]';
padding-left: 14px;
padding-right: 2px;

&.thin-scrollbar {
padding-left: 16px;
padding-right: 16px;
}

&__caret {
margin: 0 0 0 3px;
padding: 0;
Expand Down

0 comments on commit 6de5d9d

Please sign in to comment.