From 7070621afc1c2b9bb959b60f8541f85b6e8428a9 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Wed, 4 Sep 2024 13:01:50 +0800 Subject: [PATCH] fix: time label spacing --- src/routes/(app)/chats/[server]/[chatId]/ChatHistory.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(app)/chats/[server]/[chatId]/ChatHistory.svelte b/src/routes/(app)/chats/[server]/[chatId]/ChatHistory.svelte index ab185e2..c2b42e4 100644 --- a/src/routes/(app)/chats/[server]/[chatId]/ChatHistory.svelte +++ b/src/routes/(app)/chats/[server]/[chatId]/ChatHistory.svelte @@ -28,7 +28,7 @@
{#if messageSection.date} -
+
{formatMessageSectionDate(messageSection.date)}
{/if}