]> Untitled Git - lemmy-ui.git/commitdiff
fix: Set max height on post listing thumbnails
authorJay Sitter <jay@jaysitter.com>
Sun, 25 Jun 2023 23:40:49 +0000 (19:40 -0400)
committerJay Sitter <jay@jaysitter.com>
Sun, 25 Jun 2023 23:40:49 +0000 (19:40 -0400)
src/assets/css/main.css

index a80bee31e78e9a60fabdafe6f940081d525658fd..43aad0c28ad63089f53aaaee8a249442901caa62 100644 (file)
@@ -200,6 +200,7 @@ blockquote {
   object-fit: cover;
   aspect-ratio: 4/3;
   width: 100%;
+  max-height: 6rem;
 }
 
 .thumbnail svg {