Hide print pane in interactive page print view

This commit is contained in:
RunasSudo 2021-01-10 23:39:51 +11:00
parent 165e98fb87
commit 22ebecc86d
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,9 @@ tr.info td {
body.interactive > * {
display: none;
}
#printPane {
display: none !important;
}
#printWarning {
display: block !important;
}