fix(theme): remove double padding from sidebar

closes #3228
pull/3233/head
Divyansh Singh 1 year ago committed by GitHub
parent 85bd7e845a
commit ef6d8d1e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,7 +89,6 @@ watch(
.VPSidebar { .VPSidebar {
z-index: 1; z-index: 1;
padding-top: var(--vp-nav-height); padding-top: var(--vp-nav-height);
padding-bottom: 128px;
width: var(--vp-sidebar-width); width: var(--vp-sidebar-width);
max-width: 100%; max-width: 100%;
background-color: var(--vp-sidebar-bg-color); background-color: var(--vp-sidebar-bg-color);

Loading…
Cancel
Save