apply flex rules after images are loaded (#1886)

This commit is contained in:
soxa 2025-02-08 20:14:42 +01:00 committed by GitHub
parent 2732013da3
commit c01f4865dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,6 +200,10 @@
}
.p.onlyImages {
display: block;
}
.p.onlyImages:has(> .mediaContainer.loaded) {
display: flex;
flex-direction: row;
flex-wrap: wrap;