]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
material: move a media query from cards to dedicated scss file
authorKevin Decherf <kevin@kdecherf.com>
Sat, 2 Mar 2019 21:48:43 +0000 (22:48 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Sat, 2 Mar 2019 21:48:43 +0000 (22:48 +0100)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
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..56e6fd0f2ba5c9a8e5a0edee0846d7fc0b3de3b1 100644 (file)
   .pagination {
     margin-left: auto;
   }
+  
+  .card-tag-labels li {
+    max-width: 50%;
+  }
 }
 
 @media only screen and (max-width: 992px) {