fix(images): add proxy fallback to direct source url rendering
This commit is contained in:
parent
910ca72c81
commit
fb3465fb10
4 changed files with 26 additions and 8 deletions
|
|
@ -210,6 +210,11 @@ button.secondary {
|
|||
background: #f8fafc;
|
||||
}
|
||||
|
||||
.img-failed {
|
||||
opacity: 0.3;
|
||||
filter: grayscale(1);
|
||||
}
|
||||
|
||||
.image-meta {
|
||||
margin-top: 6px;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue