fix safari videos regression, overflow clipping images (#1938)

This commit is contained in:
soxa 2025-03-03 21:53:02 +01:00 committed by GitHub
parent 20b2f9d4c6
commit 8baf725a37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;