X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Fcards.scss;h=6691adc6e4a7ec247db63612307701cdb3cff822;hb=2daae770942911428fba11af207e61e6460cff98;hp=9dcbb8bb28c694d48950061d7835d7b40dc200fd;hpb=0658ce4f111c888f64464cfaa2a8ed392bae0a6e;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 9dcbb8bb..6691adc6 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -118,15 +118,14 @@ main { .card-image .preview, .card-fullimage .preview { - height: 14em; + height: 100%; background: no-repeat 50%/cover; + background-color: #efefef; display: block; - } - .card-image .placeholder { - background-color: #111; - filter: invert(100%); - -webkit-filter: invert(100%); + &--default { + background-size: contain; + } } &.sw {