chore: tweak detail style

This commit is contained in:
Steven
2023-07-29 14:59:16 +08:00
parent 4139520181
commit 1ce4b91433
9 changed files with 33 additions and 37 deletions

View File

@@ -18,7 +18,7 @@ const Root: React.FC = () => {
return (
<>
{currentUser && (
<div className="w-full h-full flex flex-col justify-start items-start">
<div className="w-full h-auto flex flex-col justify-start items-start">
<Header />
<Outlet />
</div>