]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/cards.scss
Card no preview replaced by wallabag logo
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / cards.scss
index 8f7f8f7b4e87ac4020477012f82fa11dffca19e8..6691adc6e4a7ec247db63612307701cdb3cff822 100644 (file)
@@ -118,9 +118,14 @@ main {
 
   .card-image .preview,
   .card-fullimage .preview {
-    height: 14em;
+    height: 100%;
     background: no-repeat 50%/cover;
+    background-color: #efefef;
     display: block;
+
+    &--default {
+      background-size: contain;
+    }
   }
 
   &.sw {