Skip to content

Commit

Permalink
refactor: Update chat panel layout
Browse files Browse the repository at this point in the history
  • Loading branch information
miurla committed Jan 22, 2025
1 parent 9008c41 commit 63c8205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chat-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function ChatPanel({
'mx-auto w-full',
messages.length > 0
? 'fixed bottom-0 left-0 right-0 bg-background'
: 'fixed bottom-8 left-0 right-0 top-0 flex flex-col items-center justify-center'
: 'fixed bottom-8 left-0 right-0 top-24 flex flex-col items-center justify-center'
)}
>
<form
Expand Down

0 comments on commit 63c8205

Please # to comment.