feat: update chat view response style

This commit is contained in:
Steven
2023-03-19 20:30:57 +08:00
parent 208c894db8
commit 262d6904d3
6 changed files with 27 additions and 35 deletions

View File

@ -12,8 +12,8 @@ const ChatPage: NextPage = () => {
<link rel="icon" href="/favicon.ico" />
</Head>
<main className="w-full h-screen flex flex-col justify-center items-center">
<div className="w-full h-full md:w-4/5">
<main className="w-full h-screen flex flex-col justify-center items-center bg-gray-100">
<div className="w-full h-full md:w-4/5 md:max-w-4xl md:h-5/6">
<ChatView />
</div>
</main>