From 33afb081dd2ead08a62a917e8862c1e0e1cb0bf9 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 19 Feb 2023 01:39:27 +0800 Subject: [PATCH] Need a min height in case height is too small --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index f16e8b31..f1f125a2 100644 --- a/src/app.css +++ b/src/app.css @@ -625,6 +625,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { .media-container.media-eq1 { /* LOL, this is madness, reading a value from the style attribute */ height: auto; + min-height: 160px; max-height: max(160px, 50vh); } .status-carousel.boosts-carousel {