From 3c1eb8b9a37ce5b9afa28645694ca9ccd4f06af1 Mon Sep 17 00:00:00 2001 From: froehlichA Date: Sat, 18 Mar 2023 23:37:12 +0100 Subject: [PATCH] disable text area resizing --- src/components/AvatarView.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/AvatarView.svelte b/src/components/AvatarView.svelte index bebba17..6db6f9e 100644 --- a/src/components/AvatarView.svelte +++ b/src/components/AvatarView.svelte @@ -151,6 +151,7 @@ .textarea { width: 100%; height: 100%; + resize: none; } .with-placeholder:empty:before {