Skip to content

Commit

Permalink
feat: add print stylesheet, closes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaello committed Nov 27, 2021
1 parent df89811 commit 9bf5cea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions public/stylesheets/print-style.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@media print {
#content-pane {
padding: 0 !important;
}
#list-pane {
visibility: hidden !important;
}
#footer {
visibility: hidden !important;
}
}
3 changes: 2 additions & 1 deletion public/stylesheets/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
@import "bootstrap/popovers.less";

@import "footer.less";
@import "print-style.less";


.vertical-scrolling() {
Expand Down Expand Up @@ -181,4 +182,4 @@
padding: 5px;
margin-top: 5px;
border-radius: 4px;
}
}

0 comments on commit 9bf5cea

Please sign in to comment.