added css finitions, background bug corrected, added item state

This commit is contained in:
Artur AGH
2023-11-09 15:58:40 +01:00
parent 88feafddc3
commit 6e91fb6447
22 changed files with 440 additions and 197 deletions

View File

@@ -6,7 +6,7 @@ import { Layers } from "@/components/layout/sidebar/layers";
export function Sidebar() {
return (
<div className="inline-flex h-full w-20 flex-col items-center justify-center gap-2 p-2">
<div className="flex h-full w-20 flex-col items-center gap-2 p-2 pt-4">
<SizeSelect />
<TextInput />
<ImageInput />