mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
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