From f82af0be44f6a557d6119b1c9d76c11b12a78f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Mu=C5=A1tar?= Date: Fri, 10 Jan 2025 13:22:52 +0100 Subject: [PATCH] Chat input UI updates (#1641) * remove extra margin * chatinput * add missing auto * fix: lint * feat: add fixed to parent container to prevent bouncy scroll on ios --------- Co-authored-by: Nathan Sarrazin --- src/lib/components/chat/ChatInput.svelte | 105 +++++++++++----------- src/lib/components/chat/ChatWindow.svelte | 44 +++++---- src/routes/+layout.svelte | 2 +- 3 files changed, 80 insertions(+), 71 deletions(-) diff --git a/src/lib/components/chat/ChatInput.svelte b/src/lib/components/chat/ChatInput.svelte index 6acf1b4395e..9c7b6227888 100644 --- a/src/lib/components/chat/ChatInput.svelte +++ b/src/lib/components/chat/ChatInput.svelte @@ -1,6 +1,6 @@ -
-
-