]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/print.css
Fix print / article views
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / print.css
index a16be71e945bb4e7bd7e55608742cea3ef2979db..37228cff89e2461a8bee220e2a32b7ff93f636a2 100755 (executable)
   div.tools,
   header div,
   .messages,
-  .entry + .results {
+  .entry + .results,
+  #slide-out,
+  .progress, .hide-on-large-only,
+  #article > aside,
+  #article .mbm a
+  {
     display: none !important;
   }
 
+  main {
+      padding-left: 0 !important;
+  }
+
+  #article {
+      margin: inherit !important;
+  }
+
   article {
     border: none !important;
   }