Fix hiding of navbar on print

Regression introduced in c2b10a6c99 where
the navbar is no longer hidden when printing. I did not make sure to
grep for all usages of the top bar classes after changing them.

Updates #109
This commit is contained in:
2025-12-24 01:18:29 -06:00
parent b150aad217
commit f7dadb821c

View File

@@ -960,7 +960,7 @@ aside.quote {
/* Print compatibility {{{ */
@media print {
.top > .navbar,
.top-navbar,
.content-heading-link,
.post-meta-edit-history,
.post-meta-view-markdown,
@@ -979,7 +979,7 @@ aside.quote {
.top {
background-color: unset;
}
.top > .header {
.top-brand {
margin-left: 0;
margin-right: 0;
}