From 0d9e38a0ce1cff7ddb5404c808bf4a71a2f43520 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 25 Feb 2024 12:31:31 -0800 Subject: [PATCH] refac: styling --- src/lib/components/chat/MessageInput.svelte | 22 +++--- .../chat/MessageInput/Suggestions.svelte | 78 ++++++++++--------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/src/lib/components/chat/MessageInput.svelte b/src/lib/components/chat/MessageInput.svelte index bb03cdac4..f2d9abf8a 100644 --- a/src/lib/components/chat/MessageInput.svelte +++ b/src/lib/components/chat/MessageInput.svelte @@ -490,7 +490,7 @@ }} />
{ submitPrompt(prompt, user); }} @@ -633,9 +633,9 @@
{#if fileUploadEnabled} -
+
@@ -659,7 +657,7 @@