From 1c518ab6882ecf79c93aca4afcdbdf9f9692e51f Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 3 Feb 2025 20:13:14 -0800 Subject: [PATCH] refac: styling --- src/lib/components/channel/MessageInput.svelte | 8 ++++---- src/lib/components/chat/MessageInput.svelte | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/lib/components/channel/MessageInput.svelte b/src/lib/components/channel/MessageInput.svelte index 211207965..595f84cb5 100644 --- a/src/lib/components/channel/MessageInput.svelte +++ b/src/lib/components/channel/MessageInput.svelte @@ -455,7 +455,7 @@
-
-
+
+
{ @@ -531,7 +531,7 @@
-
+
{#if content === ''}
-
-
+
+
-
+
{#if !history?.currentId || history.messages[history.currentId]?.done == true}