From 3fe99050e02f0f3e6cf5a3483c60ab633b2e9500 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 1 Aug 2023 00:12:01 +0800 Subject: [PATCH] Small fixes --- src/components/status.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/status.css b/src/components/status.css index 0c13cc4a..ab0f504c 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -574,7 +574,7 @@ } .status.large :is(.media-container, .media-container.media-gt2) { height: auto; - min-height: 160px; + /* min-height: 160px; */ max-height: 60vh; } .status .media-container .media { @@ -661,7 +661,7 @@ .status:not(.large) .media:only-child { max-width: 480px; } -.status.large .media:only-child { +.status.large .media-container:not(.media-eq1) .media:only-child { display: inline-block; min-width: 160px; min-height: 160px;