fix(playground/layout): adjust margin for ResizableHandle for better spacing

This commit is contained in:
cfngc4594 2025-02-24 20:03:37 +08:00
parent ffe8c106d8
commit 4022e8559b

View File

@ -20,7 +20,7 @@ export default function PlaygroundLayout({
</ResizablePanel> </ResizablePanel>
<ResizableHandle <ResizableHandle
withHandle withHandle
className="w-0.5 bg-transparent hover:bg-blue-500 mx-0.5" className="w-0.5 bg-transparent hover:bg-blue-500 mx-1"
/> />
<ResizablePanel defaultSize={50} className="border border-muted rounded-2xl"> <ResizablePanel defaultSize={50} className="border border-muted rounded-2xl">
{workspace} {workspace}