fix chat ui monile
This commit is contained in:
@@ -380,8 +380,8 @@ const ChatUI = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<KaTeXStyle />
|
<KaTeXStyle />
|
||||||
<div className="min-h-screen bg-gradient-to-br from-blue-50 via-indigo-50 to-purple-50 flex items-center justify-center">
|
<div className="min-h-screen bg-gradient-to-br from-blue-50 via-indigo-50 to-purple-50 flex items-start md:items-center justify-center">
|
||||||
<div className="h-[100dvh] flex flex-col bg-white w-full mx-auto relative shadow-xl md:max-w-3xl md:h-[95dvh] md:rounded-lg">
|
<div className="h-screen flex flex-col bg-white w-full mx-auto relative shadow-xl md:max-w-3xl md:h-[95dvh] md:my-auto md:rounded-lg">
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<header className="bg-white shadow flex-none md:rounded-t-lg">
|
<header className="bg-white shadow flex-none md:rounded-t-lg">
|
||||||
<div className="flex items-center justify-between px-4 py-3">
|
<div className="flex items-center justify-between px-4 py-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user