mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +00:00
fix(playground/layout): adjust margin for ResizableHandle for better spacing
This commit is contained in:
parent
ffe8c106d8
commit
4022e8559b
@ -20,7 +20,7 @@ export default function PlaygroundLayout({
|
||||
</ResizablePanel>
|
||||
<ResizableHandle
|
||||
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">
|
||||
{workspace}
|
||||
|
Loading…
Reference in New Issue
Block a user