redesign sidebar

This commit is contained in:
Ren Amamiya
2023-08-01 14:26:16 +07:00
parent 9941305998
commit e97d0281e2
22 changed files with 310 additions and 200 deletions
+2 -2
View File
@@ -5,10 +5,10 @@ import { Navigation } from '@shared/navigation';
export function AppLayout() {
return (
<div className="flex h-screen w-screen">
<div className="relative flex shrink-0 flex-row">
<div className="shrink-0">
<Navigation />
</div>
<div className="h-full w-full">
<div className="h-full w-full flex-1 bg-black">
<Outlet />
<ScrollRestoration />
</div>