From d64a363d6033ed510be2b529400c33183c6a2380 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 17 Aug 2023 22:05:55 +0800 Subject: [PATCH] Stretch the content for boosts in boosts carousel --- src/components/status.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index 28d59d38..bda6b2d1 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -483,7 +483,10 @@ overflow: hidden; position: relative; } -.timeline-deck .status-reblog .status .content { +.timeline-deck + .status-reblog:not(.status-carousel .status-reblog) + .status + .content { /* Deprioritise long-form boosts */ max-height: 40vh; max-height: 40dvh;