Skip to content

Commit f3f2adf

Browse files
more ui changes with collapsable messages and doc previews
1 parent c6cc662 commit f3f2adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/ChatInterface.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@
12761276
class="chat-scrollable-area p-4 space-y-4 h-full"
12771277
class:pt-24={!$isModelLoaded && $modelLoadingProgress < 100}
12781278
class:with-rag-panel={showRAGPanel}
1279-
style="padding-bottom: 1rem; min-height: 100vh;"
1279+
style="padding-bottom: 10rem; min-height: 100vh;"
12801280
on:scroll={handleScroll}
12811281
>
12821282
{#if $currentMessages.length === 0}

0 commit comments

Comments
 (0)