Skip to content

Commit 33b7c51

Browse files
committed
1 parent bf35471 commit 33b7c51

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/themes/basic/_layout.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,16 @@ body.close {
425425
}
426426
}
427427

428+
@media print {
429+
.github-corner, .sidebar-toggle, .sidebar {
430+
display: none;
431+
}
432+
433+
nav {
434+
display: none;
435+
}
436+
}
437+
428438
@media screen and (max-width: 768px) {
429439
.github-corner, .sidebar-toggle, .sidebar {
430440
position: fixed;

0 commit comments

Comments
 (0)