]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/cards.scss
Merge pull request #3438 from strobeltobias/patch-1
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / cards.scss
index 596d0a59773cd7d4f48e40972b0413076818934a..0819f0dcecba8f5175d084d89eb7bde7b353b26d 100644 (file)
@@ -8,6 +8,7 @@ main {
   }
 
   ul.row {
+    margin: 0.4rem 0 0;
     padding: 0 0.75rem;
   }
 }
@@ -134,6 +135,7 @@ main {
   .card-fullimage .preview {
     height: 14em;
     background: no-repeat 50%/cover;
+    display: block;
   }
 
   &.sw {
@@ -200,6 +202,7 @@ a.original:not(.waves-effect) {
       background-color: $blueAccentColor;
       padding: 0 15px 0 10px;
       margin: auto 2px;
+      border-radius: 6px;
 
       a,
       i {