Skip to content

Commit

Permalink
fix: resolve padding issues on cohere's hidden pages (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity authored Sep 10, 2024
1 parent 7053dda commit 96048b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/app/src/themes/cohere/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@
}

.fern-sidebar-hidden:has(.fern-layout-toc) {
@apply lg:pl-sidebar-width;
@apply xl:pl-sidebar-width;

.fern-guide-layout,
.fern-overview-layout {
@apply lg:pl-3 lg:max-xl:mx-auto;
@apply xl:pl-3 xl:pr-0 lg:max-xl:mx-auto;
}
}
}

0 comments on commit 96048b1

Please sign in to comment.