Appearance tweak

This commit is contained in:
2026-02-14 00:35:01 -08:00
parent e3829e813f
commit 6f6dd434af

View File

@@ -471,8 +471,8 @@ export default function App() {
} }
return ( return (
<div className="h-full p-3 md:p-5"> <div className="h-full">
<div className="mx-auto flex h-full w-full max-w-[1560px] overflow-hidden rounded-2xl border bg-background shadow-xl shadow-black/40"> <div className="flex h-full w-full overflow-hidden bg-background">
<aside className="flex w-80 shrink-0 flex-col border-r bg-[#111827]"> <aside className="flex w-80 shrink-0 flex-col border-r bg-[#111827]">
<div className="grid grid-cols-2 gap-2 p-3"> <div className="grid grid-cols-2 gap-2 p-3">
<Button className="justify-start gap-2" onClick={handleCreateChat}> <Button className="justify-start gap-2" onClick={handleCreateChat}>