]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/media_queries.scss
material: add metadata to list view
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / media_queries.scss
index 1626365e87206d6f24ecf794292cc118132e827c..6f9d2a9551949136ee7279700c3b2c850c74236c 100644 (file)
@@ -19,7 +19,7 @@
 }
 
 @media screen and (min-width: 993px) {
-  main #content {
+  body.entry main #content {
     padding-left: 70px;
   }
 }
   .row .col {
     padding: 0;
   }
+
+  .card-stacked div.metadata .reading-time {
+    display: none;
+  }
+}
+
+@media screen and (max-width: 310px),
+  screen and (min-width: 601px) and (max-width: 660px),
+  screen and (min-width: 993px) and (max-width: 1050px),
+  screen and (min-width: 1201px) and (max-width: 1250px) {
+  .card .card-action .reading-time .card-created-at {
+    display: none;
+  }
 }