fix(images): add proxy fallback to direct source url rendering

This commit is contained in:
Oliver 2026-02-18 10:20:47 +01:00
parent 910ca72c81
commit fb3465fb10
4 changed files with 26 additions and 8 deletions

View file

@ -210,6 +210,11 @@ button.secondary {
background: #f8fafc;
}
.img-failed {
opacity: 0.3;
filter: grayscale(1);
}
.image-meta {
margin-top: 6px;
display: flex;