]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #3893 from wallabag/issue-3877
authorKevin Decherf <kevin@kdecherf.com>
Sun, 3 Mar 2019 18:22:03 +0000 (19:22 +0100)
committerGitHub <noreply@github.com>
Sun, 3 Mar 2019 18:22:03 +0000 (19:22 +0100)
material: fix left padding of content on medium screens

app/Resources/static/themes/material/css/cards.scss
app/Resources/static/themes/material/css/media_queries.scss

index 4f67e03850096c1f05fa06017d43d3502010cd36..4cbeb7bdf6ee020c255da85da003a79ea8e88050 100644 (file)
@@ -272,9 +272,3 @@ a.original:not(.waves-effect) {
 .settings .div_tabs {
   padding-bottom: 15px;
 }
-
-@media only screen and (min-width: 992px) {
-  .card-tag-labels li {
-    max-width: 50%;
-  }
-}
index 725844269e90f8bb7de4fbe95f52fbfdd49b374c..1626365e87206d6f24ecf794292cc118132e827c 100644 (file)
   .pagination {
     margin-left: auto;
   }
+
+  .card-tag-labels li {
+    max-width: 50%;
+  }
+}
+
+@media screen and (min-width: 993px) {
+  main #content {
+    padding-left: 70px;
+  }
 }
 
 @media only screen and (max-width: 992px) {