From 7ca35068a6d0c1f343d809d949801b429874de6d Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 3 Jun 2025 21:55:40 +0400 Subject: [PATCH] refac: styling --- src/lib/components/chat/Messages/ResponseMessage.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/components/chat/Messages/ResponseMessage.svelte b/src/lib/components/chat/Messages/ResponseMessage.svelte index 68aac9c1f..a8f177d92 100644 --- a/src/lib/components/chat/Messages/ResponseMessage.svelte +++ b/src/lib/components/chat/Messages/ResponseMessage.svelte @@ -50,6 +50,7 @@ import FileItem from '$lib/components/common/FileItem.svelte'; import FollowUps from './ResponseMessage/FollowUps.svelte'; import { fade } from 'svelte/transition'; + import { flyAndScale } from '$lib/utils/transitions'; interface MessageType { id: string; @@ -1429,7 +1430,7 @@ {/if} {#if isLastMessage && message.done && !readOnly && (message?.followUps ?? []).length > 0} -
+
{