From dcf1705edb029fa1fb22ac39b78215066bf194ab Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Wed, 4 Sep 2024 13:04:53 +0800 Subject: [PATCH] fix: make time labels smaller --- src/routes/(app)/chats/[server]/[chatId]/ChatHistory.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/routes/(app)/chats/[server]/[chatId]/ChatHistory.svelte b/src/routes/(app)/chats/[server]/[chatId]/ChatHistory.svelte index c2b42e4..95bf835 100644 --- a/src/routes/(app)/chats/[server]/[chatId]/ChatHistory.svelte +++ b/src/routes/(app)/chats/[server]/[chatId]/ChatHistory.svelte @@ -29,7 +29,9 @@
{#if messageSection.date}
- {formatMessageSectionDate(messageSection.date)} + + {formatMessageSectionDate(messageSection.date)} +
{/if}