Skip to content

Commit 63c8205

Browse files
committed
refactor: Update chat panel layout
1 parent 9008c41 commit 63c8205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/chat-panel.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function ChatPanel({
7373
'mx-auto w-full',
7474
messages.length > 0
7575
? 'fixed bottom-0 left-0 right-0 bg-background'
76-
: 'fixed bottom-8 left-0 right-0 top-0 flex flex-col items-center justify-center'
76+
: 'fixed bottom-8 left-0 right-0 top-24 flex flex-col items-center justify-center'
7777
)}
7878
>
7979
<form

0 commit comments

Comments
 (0)