mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
feat(playground): style resizable handle
This commit is contained in:
parent
2b5b4dee57
commit
a69f819da4
@ -18,7 +18,7 @@ export default function PlaygroundLayout({
|
|||||||
<ResizablePanel defaultSize={50}>
|
<ResizablePanel defaultSize={50}>
|
||||||
{problemDescription}
|
{problemDescription}
|
||||||
</ResizablePanel>
|
</ResizablePanel>
|
||||||
<ResizableHandle withHandle />
|
<ResizableHandle withHandle className="w-0.5 hover:bg-blue-500" />
|
||||||
<ResizablePanel defaultSize={50}>
|
<ResizablePanel defaultSize={50}>
|
||||||
{children}
|
{children}
|
||||||
</ResizablePanel>
|
</ResizablePanel>
|
||||||
|
Loading…
Reference in New Issue
Block a user