X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Fmedia_queries.scss;h=4242ead2fa43ee9d3f30741d0fe7756fdeb27fbf;hb=97c6561d5ce3c963ab77a0afd7a9164b2af56c20;hp=725844269e90f8bb7de4fbe95f52fbfdd49b374c;hpb=a6e5637507d9e55f131c1cb6fe2e9606127f9b1f;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..4242ead2 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,23 @@ .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; + } }