Skip to content

Commit

Permalink
chore: fix sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Oct 22, 2023
1 parent d58d3b4 commit 420aabc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/client/theme-default/components/VPDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,11 @@ const pageName = computed(() =>
}
@media print {
/* will be moved to the left? */
.VPDoc.with-screen-only {
padding-top: 24px !important;
}
.VPDoc.has-aside.with-screen-only .content-container {
max-width: unset;
}
}
</style>

0 comments on commit 420aabc

Please sign in to comment.