mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 11:15:05 +08:00
Fixed firefox page print view and removed comments from prints
Closes #1211
This commit is contained in:
parent
156c0a88e9
commit
a70ee9664a
|
@ -16,6 +16,14 @@ body {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.flex-fill {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.flex.sidebar + .flex.content {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
.print-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
@ -31,4 +39,8 @@ h2 {
|
|||
line-height: 1;
|
||||
margin-top: 0.6em;
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
|
||||
.comments-container {
|
||||
display: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user