]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/media_queries.scss
material: replace display: flex with block in print mode
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / media_queries.scss
index 491eedce37d45a963fb08fdbefa028f044eb98f7..4242ead2fa43ee9d3f30741d0fe7756fdeb27fbf 100644 (file)
   .row .col {
     padding: 0;
   }
+
+  .card-stacked div.metadata .reading-time {
+    display: none;
+  }
 }
 
 @media screen and (max-width: 310px),
     display: none;
   }
 }
+
+@media only print {
+  body {
+    display: block;
+  }
+}