]> BookStack Code Mirror - bookstack/commitdiff
Fixed firefox page print view and removed comments from prints
authorDan Brown <redacted>
Sat, 19 Jan 2019 11:33:11 +0000 (11:33 +0000)
committerDan Brown <redacted>
Sat, 19 Jan 2019 11:33:27 +0000 (11:33 +0000)
Closes #1211

resources/assets/sass/print-styles.scss

index c0560007378ca05660afa04b8b3985debb6a3282..c67f986424910242f3133edbae127e721ddd3853 100644 (file)
@@ -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;
 }
\ No newline at end of file