1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-22 21:33:14 +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:
Bimba Laszlo 2020-12-13 12:37:07 +01:00 committed by GitHub
parent 0911d99813
commit a17fa35c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}