Fix display of failed-to-load image attachments in web UI (#34217)
This commit is contained in:
parent
a2981a0997
commit
1960aac90b
3 changed files with 23 additions and 2 deletions
|
@ -6902,6 +6902,10 @@ a.status-card {
|
|||
filter: var(--overlay-icon-shadow);
|
||||
}
|
||||
}
|
||||
|
||||
&--error img {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.media-gallery__item-thumbnail {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue