aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2019-03-02 22:48:43 +0100
committerKevin Decherf <kevin@kdecherf.com>2019-03-02 22:48:43 +0100
commitfb7dedf36c115b8658a014a7a50b003ea3b58f67 (patch)
tree5788f7c087f46f6d26df65ea6986fb3284ed39d3
parent1e9c710fdd632c1448f75bfa2c29f1483e598d53 (diff)
downloadwallabag-fb7dedf36c115b8658a014a7a50b003ea3b58f67.tar.gz
wallabag-fb7dedf36c115b8658a014a7a50b003ea3b58f67.tar.zst
wallabag-fb7dedf36c115b8658a014a7a50b003ea3b58f67.zip
material: move a media query from cards to dedicated scss file
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
-rw-r--r--app/Resources/static/themes/material/css/cards.scss6
-rw-r--r--app/Resources/static/themes/material/css/media_queries.scss4
2 files changed, 4 insertions, 6 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index 4f67e038..4cbeb7bd 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -272,9 +272,3 @@ a.original:not(.waves-effect) {
272.settings .div_tabs { 272.settings .div_tabs {
273 padding-bottom: 15px; 273 padding-bottom: 15px;
274} 274}
275
276@media only screen and (min-width: 992px) {
277 .card-tag-labels li {
278 max-width: 50%;
279 }
280}
diff --git a/app/Resources/static/themes/material/css/media_queries.scss b/app/Resources/static/themes/material/css/media_queries.scss
index 72584426..56e6fd0f 100644
--- a/app/Resources/static/themes/material/css/media_queries.scss
+++ b/app/Resources/static/themes/material/css/media_queries.scss
@@ -12,6 +12,10 @@
12 .pagination { 12 .pagination {
13 margin-left: auto; 13 margin-left: auto;
14 } 14 }
15
16 .card-tag-labels li {
17 max-width: 50%;
18 }
15} 19}
16 20
17@media only screen and (max-width: 992px) { 21@media only screen and (max-width: 992px) {