Skip to content

Commit 0cf6b02

Browse files
authored
chore: tweak subpixel max-width
1 parent ceedb68 commit 0cf6b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/client/theme-default/components/VPDoc.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const pageName = computed(() =>
7474
display: none;
7575
}
7676
77-
@media (min-width: 960px) and (max-width: 1279.9999px) {
77+
@media (min-width: 960px) and (max-width: 1279px) {
7878
.VPDoc .VPDocOutlineDropdown {
7979
display: block;
8080
}

0 commit comments

Comments
 (0)