mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-12-25 23:56:49 -06:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user