fix(vitepress theme): fix vitepress nav-bar padding

This commit is contained in:
Sagi 2022-10-05 23:05:24 +08:00
parent b2b2d9ff08
commit 7d4544f7b5
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ const { hasSidebar } = useSidebar()
margin: 0 auto;
max-width: calc(var(--vp-layout-max-width) - 64px);
pointer-events: none;
padding: 0;
}
.container :deep(*) {