Spaces:
Sleeping
Sleeping
MingruiZhang
commited on
Commit
•
2c2b487
1
Parent(s):
9dbd434
fix more styles
Browse files
components/chat/ChatClient.tsx
CHANGED
@@ -23,7 +23,7 @@ const ChatClient: React.FC<ChatClientProps> = ({ chat }) => {
|
|
23 |
|
24 |
return (
|
25 |
<div
|
26 |
-
className="h-full overflow-auto mx-auto max-w-
|
27 |
ref={scrollRef}
|
28 |
>
|
29 |
<div className="overflow-auto h-full pt-6 px-6" ref={messagesRef}>
|
|
|
23 |
|
24 |
return (
|
25 |
<div
|
26 |
+
className="h-full overflow-auto mx-auto max-w-5xl min-w-3xl border rounded-lg"
|
27 |
ref={scrollRef}
|
28 |
>
|
29 |
<div className="overflow-auto h-full pt-6 px-6" ref={messagesRef}>
|