From 1808bebe843aca66ebbe2a0a6cff62baad540f2b Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 28 Feb 2023 00:37:53 +0800 Subject: [PATCH] Allow lower height single image --- src/components/status.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/status.css b/src/components/status.css index 27bec1e4..bd4b555f 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -330,6 +330,11 @@ gap: 2px; height: 160px; } +.status .media-container.media-eq1 { + min-height: 44px; + height: auto; + max-height: 160px; +} .status .media-container.media-gt2 { height: 200px; }