add auto height for dialog images

This commit is contained in:
madrilene 2024-10-18 10:16:49 +02:00
parent b250241449
commit 5221eaed3a

View file

@ -21,4 +21,5 @@ is-land:not(:defined) .gallery dialog + button {
.gallery dialog img {
max-block-size: 70vh;
inline-size: auto;
}