X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Fmedia_queries.scss;h=6f9d2a9551949136ee7279700c3b2c850c74236c;hb=9f0957b831622ee577fa7d8f92ec0df6f3a8e274;hp=725844269e90f8bb7de4fbe95f52fbfdd49b374c;hpb=36054f5dd42413ed5877db8c50fe9f1a3c6167c6;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/material/css/media_queries.scss b/app/Resources/static/themes/material/css/media_queries.scss index 72584426..6f9d2a95 100644 --- a/app/Resources/static/themes/material/css/media_queries.scss +++ b/app/Resources/static/themes/material/css/media_queries.scss @@ -12,6 +12,16 @@ .pagination { margin-left: auto; } + + .card-tag-labels li { + max-width: 50%; + } +} + +@media screen and (min-width: 993px) { + body.entry main #content { + padding-left: 70px; + } } @media only screen and (max-width: 992px) { @@ -163,4 +173,17 @@ .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; + } }