fix: spacing

This commit is contained in:
Maze Winther
2025-07-12 21:52:18 +02:00
parent d0769fdcaa
commit ad7ace3fd2

View File

@ -60,7 +60,7 @@ export default function Editor() {
<div className="flex-1 min-h-0 min-w-0"> <div className="flex-1 min-h-0 min-w-0">
<ResizablePanelGroup <ResizablePanelGroup
direction="vertical" direction="vertical"
className="h-full w-full gap-1" className="h-full w-full gap-[0.18rem]"
> >
<ResizablePanel <ResizablePanel
defaultSize={mainContent} defaultSize={mainContent}
@ -72,7 +72,7 @@ export default function Editor() {
{/* Main content area */} {/* Main content area */}
<ResizablePanelGroup <ResizablePanelGroup
direction="horizontal" direction="horizontal"
className="h-full w-full gap-1 px-2" className="h-full w-full gap-[0.19rem] px-2"
> >
{/* Tools Panel */} {/* Tools Panel */}
<ResizablePanel <ResizablePanel