Skip to content

Commit

Permalink
fix: fixed sidebar padding (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity authored Jul 12, 2024
1 parent ed12fcd commit 9bf0ac4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ui/app/src/themes/default/DefaultDocs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@
@apply xl:pl-sidebar-width;
}

.fern-sidebar-fixed + .fern-main {
@apply lg:pl-sidebar-width;
}

.fern-guide-layout,
.fern-overview-layout,
.fern-page-layout,
Expand Down

0 comments on commit 9bf0ac4

Please sign in to comment.