feat: empty state on properties panel

This commit is contained in:
Maze Winther
2025-08-02 19:22:06 +02:00
parent 5e2b07e518
commit 02a50d12de
3 changed files with 29 additions and 104 deletions
@@ -199,7 +199,7 @@ export default function Editor() {
minSize={15}
maxSize={40}
onResize={setPropertiesPanel}
className="min-w-0"
className="min-w-0 rounded-sm"
>
<PropertiesPanel />
</ResizablePanel>