]> 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 d0f4c828cc07a68e382119924d6fbaa82212c3e9..1e0155c353c50ce9631370dc31b83c57783207ff 100644 (file)
@@ -27,7 +27,7 @@ main {
     color: #313131;
   }
 
-  .card-content .card-title {
+  .card-stacked .card-content .card-title {
     display: inline-block;
   }
 
@@ -143,7 +143,7 @@ main {
   }
 }
 
-a.original {
+a.original:not(.waves-effect) {
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
@@ -182,6 +182,23 @@ a.original {
   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,