From 96b9f81ca7e378f945f5b8ecd500f0d244d00efe Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 30 Nov 2024 15:53:36 -0800 Subject: [PATCH] refac: styling --- src/lib/components/chat/Chat.svelte | 6 +++--- src/lib/components/chat/MessageInput.svelte | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 03080d9b5..e6a653420 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -2284,7 +2284,7 @@ -
+
- {$i18n.t('LLMs can make mistakes. Verify important information.')} +
{:else} diff --git a/src/lib/components/chat/MessageInput.svelte b/src/lib/components/chat/MessageInput.svelte index 37e2ce887..f5bf55e9f 100644 --- a/src/lib/components/chat/MessageInput.svelte +++ b/src/lib/components/chat/MessageInput.svelte @@ -272,7 +272,7 @@ {#if loaded}
-
+
{#if autoScroll === false && history?.currentId}
-
+