summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/print.css24
1 files changed, 6 insertions, 18 deletions
diff --git a/static/css/print.css b/static/css/print.css
index 74cf1f1..dde615b 100644
--- a/static/css/print.css
+++ b/static/css/print.css
@@ -1,19 +1,7 @@
-.sidebar, .share-buttons, .comments, .readtime {
- display: none !important;
-}
-
-.content {
- margin: 0 auto;
- width: 100%;
- float: none;
- display: initial;
-}
-
-.container {
- width: 100%;
- float: none;
- display: initial;
- padding-left: 1rem;
- padding-right: 1rem;
- margin: 0 auto;
+.sidebar {
+ position: fixed;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ width: 18rem;
}