Fix display of failed-to-load image attachments in web UI (#34217)

This commit is contained in:
Eugen Rochko 2025-03-21 11:23:49 +01:00 committed by GitHub
parent a2981a0997
commit 1960aac90b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 2 deletions

View file

@ -6902,6 +6902,10 @@ a.status-card {
filter: var(--overlay-icon-shadow);
}
}
&--error img {
visibility: hidden;
}
}
.media-gallery__item-thumbnail {