mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(catalog): embedded images that 404'd could overflow
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user