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 24eddce commit 0f6252aCopy full SHA for 0f6252a
1 file changed
.vitepress/theme/custom.css
@@ -468,8 +468,8 @@ html:not(.dark) .vp-doc [class*="language-"] pre {
468
}
469
@media (max-width: 960px) {
470
body.vix-local-nav-fixed .VPSidebar {
471
- top: var(--vp-local-nav-height, 48px) !important;
472
- height: calc(100vh - var(--vp-local-nav-height, 48px)) !important;
+ top: var(--vp-local-nav-height, 20px) !important;
+ height: calc(100vh - var(--vp-local-nav-height, 20px)) !important;
473
474
475
body.vix-local-nav-fixed .VPSidebar .curtain,
0 commit comments