]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/cards.scss
Fixed tags display on grid view
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / cards.scss
index f5b79193931248b0d9ede9cf8da6a21a8ab89706..1e0155c353c50ce9631370dc31b83c57783207ff 100644 (file)
@@ -182,6 +182,23 @@ a.original:not(.waves-effect) {
   ul.tools-list {
     display: none;
   }
+
+  .preview {
+    float: left;
+    width: 90px;
+    height: 50px;
+
+    img {
+      max-height: 50px;
+      padding-right: 10px;
+      width: 80px;
+    }
+  }
+
+  .domain,
+  .footer {
+    font-size: 12px;
+  }
 }
 
 .quickstart .card .card-action a,