diff --git a/Iceshrimp.Frontend/Components/AttachmentComponent.razor.css b/Iceshrimp.Frontend/Components/AttachmentComponent.razor.css index 0976a383..7ab4283a 100644 --- a/Iceshrimp.Frontend/Components/AttachmentComponent.razor.css +++ b/Iceshrimp.Frontend/Components/AttachmentComponent.razor.css @@ -63,7 +63,8 @@ audio.attachment { cursor: pointer; } -.blur-image { +img.blur-image { filter: blur(10rem); + object-fit: cover; cursor: pointer; } \ No newline at end of file