diff --git a/src/components/status.css b/src/components/status.css index 7936ed3f..f2b45212 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -215,7 +215,7 @@ } .status-card:not(.status-carousel .status) :is(.content, .poll, .media-container) { - max-height: 160px !important; + max-height: max(160px, 33vh) !important; overflow: hidden; } .status.small:not(.status-carousel .status, .status.large .status)