We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ff8b7e + 185550d commit 59829f5Copy full SHA for 59829f5
2 files changed
src/frontend/styles/components/sidebar.pcss
@@ -1,5 +1,4 @@
1
.docs-sidebar {
2
- width: 100vw;
3
4
/* Bottom and Left coord of the "Hide Sidebar" toggler */
5
--hide-sidebar-toggler-offset: 11px;
src/frontend/styles/layout.pcss
@@ -31,7 +31,7 @@
31
@media (--desktop) {
32
max-width: min(
33
calc(var(--layout-width-main-col) + var(--max-space-between-cols) + var(--layout-sidebar-width)),
34
- calc(100vw - var(--layout-sidebar-width))
+ calc(100% - var(--layout-sidebar-width))
35
);
36
margin-left: max(var(--main-col-min-margin-left), calc(50vw - var(--layout-sidebar-width) - var(--layout-width-main-col) / 2) - var(--layout-padding-horizontal));
37
margin-right: auto;
0 commit comments