We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30249dc commit d91f3b1Copy full SHA for d91f3b1
src/client/theme-default/components/VPSidebar.vue
@@ -94,7 +94,7 @@ watchPostEffect(async () => {
94
95
@media (min-width: 1440px) {
96
.VPSidebar {
97
- padding-left: calc((100% - (var(--vp-layout-max-width) - 64px)) / 2);
+ padding-left: max(32px, calc((100% - (var(--vp-layout-max-width) - 64px)) / 2));
98
width: calc((100% - (var(--vp-layout-max-width) - 64px)) / 2 + var(--vp-sidebar-width) - 32px);
99
}
100
0 commit comments