mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
Adjust chat padding transition duration and delay for improved user experience
This commit is contained in:
parent
115013e710
commit
b57a2de01e
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
<StreamingIndicator/>
|
||||
<ChatAreaThought/>
|
||||
{#if showChatPadding}
|
||||
<div class="chat-padding" transition:slide={{duration: 4000, delay: 1000}}></div>
|
||||
<div class="chat-padding" transition:slide={{duration: 3000, delay: 0}}></div>
|
||||
{/if}
|
||||
{:else}
|
||||
<!-- Static message: use traditional rendering -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue