[frontend/components] Use object-fit cover for blurred image attachments
This commit is contained in:
parent
81fc32cfe1
commit
fb8be046e8
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue