This commit is contained in:
Ren Amamiya
2023-06-26 10:24:12 +07:00
parent 6af0b453e3
commit 7fb62a6afa
21 changed files with 479 additions and 374 deletions

View File

@@ -65,12 +65,12 @@ export function SpaceScreen() {
</div>
</div>
)}
<div className="shrink-0 w-[90px]">
<div className="shrink-0 w-[350px] flex-col flex border-r border-zinc-900">
<div className="w-full h-full inline-flex items-center justify-center">
<AddBlock />
</div>
</div>
<div className="shrink-0 w-[360px]" />
<div className="shrink-0 w-[350px]" />
</div>
);
}