Files
2025-10-08 00:49:47 +08:00

17 lines
275 B
CSS

@media print {
.VPLocalNav.has-sidebar,
.VPDocFooter {
display: none !important;
}
.VPButton.medium.brand {
display: none !important;
}
.VPNavBarHamburger.hamburger {
display: none !important;
}
.VPHome {
margin-bottom: 0px !important;
}
}