From 15ebf628f863b87bd1d9d2039b43f73421017353 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 14 Jun 2024 18:13:59 +0800 Subject: [PATCH] Give status cards same treatment as media attachments --- src/components/status.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/status.css b/src/components/status.css index 5e0be6ac..4bf0b9a0 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -791,6 +791,10 @@ max-height: 50vh; overflow: clip; position: relative; + + &:has(.status-card):not(:has(+ .media-container)) { + max-height: 80vh; + } } .timeline-deck .status-reblog:not(.status-carousel .status-reblog)