fix(catalog): embedded images that 404'd could overflow

This commit is contained in:
Tom (plebeius.eth)
2025-03-05 18:20:55 +01:00
parent ba5753d85e
commit 9013cb02fe
@@ -72,6 +72,7 @@
display: inline-flex;
justify-content: center;
align-items: center;
clip-path: inset(-5px); /* direct media could change its dimensions after being published, so we need to clip the overflow. We can't use overflow: hidden because it will hide the box-shadow */
}
.post img, .post video, .post audio {