]> 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 56e6fd0f2ba5c9a8e5a0edee0846d7fc0b3de3b1..b50dd559706eb8ddb710f99621aa9147fb7f6fc0 100644 (file)
   .pagination {
     margin-left: auto;
   }
-  
-  .card-tag-labels li {
-    max-width: 50%;
+}
+
+@media screen and (min-width: 993px) {
+  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;
+  }
+}
+
+@media only print {
+  body {
+    display: block;
+  }
 }