]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/media_queries.scss
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / media_queries.scss
index 725844269e90f8bb7de4fbe95f52fbfdd49b374c..b50dd559706eb8ddb710f99621aa9147fb7f6fc0 100644 (file)
   }
 }
 
+@media screen and (min-width: 993px) {
+  body.entry main #content {
+    padding-left: 70px;
+  }
+}
+
 @media only screen and (max-width: 992px) {
   header,
   main,
   .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;
+  }
+}
+
+@media only print {
+  body {
+    display: block;
+  }
 }