From 2e63be50a4738e11187ebb1ebd53cae62a05264a Mon Sep 17 00:00:00 2001 From: Max Nuding Date: Wed, 26 Apr 2023 17:02:47 +0200 Subject: [PATCH] Keep aspect ratio for mobile cover images --- src/lib/components/PostComponent.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/components/PostComponent.svelte b/src/lib/components/PostComponent.svelte index 7502ca1..83f9a97 100644 --- a/src/lib/components/PostComponent.svelte +++ b/src/lib/components/PostComponent.svelte @@ -128,7 +128,6 @@ } .cover:not(.background) { z-index: 1; - width: 60px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }