fix(theme): two outlines at 1280px

closes #2668
pull/2676/head
Divyansh Singh 1 year ago committed by GitHub
parent e79a13eb42
commit ceedb68d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,7 +74,7 @@ const pageName = computed(() =>
display: none;
}
@media (min-width: 960px) and (max-width: 1280px) {
@media (min-width: 960px) and (max-width: 1279.9999px) {
.VPDoc .VPDocOutlineDropdown {
display: block;
}

Loading…
Cancel
Save