From 8baf725a378fdc3b0a0ecc26e4efa3e16ab9b5de Mon Sep 17 00:00:00 2001 From: soxa <6390896+Soxasora@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:53:02 +0100 Subject: [PATCH] fix safari videos regression, overflow clipping images (#1938) --- components/text.module.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/components/text.module.css b/components/text.module.css index ffeb29bb..86e3f1e3 100644 --- a/components/text.module.css +++ b/components/text.module.css @@ -167,7 +167,6 @@ width: 100%; max-width: 100%; height: auto; - overflow: hidden; max-height: 25vh; aspect-ratio: var(--aspect-ratio); margin: 0; @@ -196,14 +195,11 @@ .p:has(> .mediaContainer) .mediaContainer video { block-size: revert-layer; + min-width: 30%; max-width: stretch; } .p.onlyImages { - display: block; -} - -.p.onlyImages:has(> .mediaContainer.loaded) { display: flex; flex-direction: row; flex-wrap: wrap;