fix(theme): navbar style (#2202)

pull/2224/head
Leedom 1 year ago committed by GitHub
parent d3d72a647a
commit 8ee6b905f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,6 +64,7 @@ const classes = computed(() => ({
height: var(--vp-nav-height);
transition: border-color 0.5s, background-color 0.5s;
pointer-events: none;
white-space: nowrap;
}
.VPNavBar.has-sidebar {

Loading…
Cancel
Save