From a38ce75eda2bfd68d75f4659cca38299e40d80ba Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 3 Feb 2025 21:25:16 -0800 Subject: [PATCH] refac: styling --- src/lib/components/channel/MessageInput.svelte | 6 +++--- src/lib/components/chat/MessageInput.svelte | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lib/components/channel/MessageInput.svelte b/src/lib/components/channel/MessageInput.svelte index 595f84cb5..e12557961 100644 --- a/src/lib/components/channel/MessageInput.svelte +++ b/src/lib/components/channel/MessageInput.svelte @@ -398,7 +398,7 @@ dir={$settings?.chatDirection ?? 'LTR'} > {#if files.length > 0} -
+
{#each files as file, fileIdx} {#if file.type === 'image'}
@@ -455,7 +455,7 @@
-
+
{#if files.length > 0} -
+
{#each files as file, fileIdx} {#if file.type === 'image'}
@@ -680,7 +680,7 @@
{#if $settings?.richTextInput ?? true}
{ @@ -1075,7 +1075,7 @@ {/if}
-
+