X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Fmain.css;h=48a7420ac22827597aa0c088886e4f1234611bae;hb=d37081e50b5c6f6d6d37523ab51082947c54fe03;hp=446fe8797392d4963396a42d4ec22a9d980e4229;hpb=d56d416d9bf18722a54a1b262e742767a41fb165;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 446fe879..48a7420a 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css @@ -507,6 +507,10 @@ a.original { white-space: nowrap; } +.card .card-entry-labels-hidden li:first-child { + margin-left: 0; +} + .card-entry-tags a, .card-entry-labels a, .card-tag-labels a, @@ -564,7 +568,12 @@ a.original { height: 10em; } -.card .card-image .preview { +.card .card-fullimage { + height: 13.5em; +} + +.card .card-image .preview, +.card .card-fullimage .preview { height: 14em; background-size: cover; background-repeat: no-repeat;