From 27c0ba7f4b4646ef34e212a7ca5b19039375526a Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 15 Dec 2022 01:46:04 +0800 Subject: [PATCH] Make sure the media has min height Some images have *very* small height --- src/components/status.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/status.css b/src/components/status.css index 4dd4014c..32373d2d 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -213,6 +213,7 @@ border-radius: 8px; overflow: hidden; max-height: 160px; + min-height: 80px; border: 1px solid var(--outline-color); } .status .media:hover {