[frontend/components] Use object-fit cover for blurred image attachments

This commit is contained in:
pancakes 2025-01-31 22:51:43 +10:00 committed by Laura Hausmann
parent 81fc32cfe1
commit fb8be046e8
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -63,7 +63,8 @@ audio.attachment {
cursor: pointer; cursor: pointer;
} }
.blur-image { img.blur-image {
filter: blur(10rem); filter: blur(10rem);
object-fit: cover;
cursor: pointer; cursor: pointer;
} }