Skip to content

Commit

Permalink
fix DocOutlineDropdown visible range
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 14, 2023
1 parent dc88efe commit b869883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/components/VPDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const pageName = computed(() =>
display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
@media (min-width: 960px) and (max-width: 1280px) {
.VPDoc .VPDocOutlineDropdown {
display: block;
}
Expand Down

0 comments on commit b869883

Please sign in to comment.