style(chat): fixed chat layout + added shadows
This commit is contained in:
parent
3661874789
commit
41d0451cce
9 changed files with 116 additions and 16 deletions
|
|
@ -25,7 +25,7 @@ export default function ChatLayout() {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="flex flex-col justify-between h-full w-full max-w-4xl gap-4 p-4">
|
||||
<div className="w-full max-w-4xl gap-4 p-4">
|
||||
<ChatHeader />
|
||||
<ChatWindow messages={messages} />
|
||||
<MessageInput onSend={handleSend} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue