changed design for chat input
This commit is contained in:
parent
1e3d9a14fc
commit
b56cf0deb4
1 changed files with 28 additions and 27 deletions
|
|
@ -1250,7 +1250,7 @@ function ChatPage() {
|
|||
)}
|
||||
</div>
|
||||
</StickToBottom.Content>
|
||||
|
||||
<div className="p-6 pt-0 max-w-[960px] mx-auto w-full">
|
||||
{/* Input Area - Fixed at bottom */}
|
||||
<ChatInput
|
||||
ref={chatInputRef}
|
||||
|
|
@ -1277,6 +1277,7 @@ function ChatPage() {
|
|||
setIsFilterHighlighted={setIsFilterHighlighted}
|
||||
setIsFilterDropdownOpen={setIsFilterDropdownOpen}
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue