mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Remove menubar from print (#5273)
In the print view, a shadow appeared at the top of each page, and the first lines were not visible. I hide the menubar in the print view.
This commit is contained in:
parent
0911d99813
commit
a17fa35c28
@ -213,3 +213,10 @@ nav.tc-menubar .tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button {
|
||||
<<set-sidebar-scrollable-top>>
|
||||
|
||||
}
|
||||
@media print {
|
||||
|
||||
nav.tc-menubar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user