mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-08-02 22:58:43 +08:00
feat: update chat view response style
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user