From: Dan Brown Date: Sat, 19 Jan 2019 11:33:11 +0000 (+0000) Subject: Fixed firefox page print view and removed comments from prints X-Git-Tag: v0.25.1~1^2~3 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/a70ee9664a7891923910e0c2175ee5027d3c92b8 Fixed firefox page print view and removed comments from prints Closes #1211 --- diff --git a/resources/assets/sass/print-styles.scss b/resources/assets/sass/print-styles.scss index c05600073..c67f98642 100644 --- a/resources/assets/sass/print-styles.scss +++ b/resources/assets/sass/print-styles.scss @@ -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