From fa213b47a7c8778cd91f7d513e2f55fabd3b2e72 Mon Sep 17 00:00:00 2001 From: Jeder Date: Thu, 31 Oct 2024 17:53:43 +0100 Subject: [PATCH] [frontend/components] Increase attachment blur --- Iceshrimp.Frontend/Components/AttachmentComponent.razor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Iceshrimp.Frontend/Components/AttachmentComponent.razor.css b/Iceshrimp.Frontend/Components/AttachmentComponent.razor.css index 92c49f1d..7595f7d4 100644 --- a/Iceshrimp.Frontend/Components/AttachmentComponent.razor.css +++ b/Iceshrimp.Frontend/Components/AttachmentComponent.razor.css @@ -35,5 +35,5 @@ audio.attachment { } .blur-image { - filter: blur(1rem); + filter: blur(10rem); } \ No newline at end of file