]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/main.css
Display a bigger image in case of image content
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / main.css
index 446fe8797392d4963396a42d4ec22a9d980e4229..48a7420ac22827597aa0c088886e4f1234611bae 100755 (executable)
@@ -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;