fix: enhance layout of editor and resizable components for better usability

This commit is contained in:
Anwarul Islam
2025-07-12 23:49:49 +06:00
parent 9d828063c1
commit 0ee043b319
2 changed files with 5 additions and 10 deletions

View File

@ -33,13 +33,7 @@ const ResizableHandle = ({
className
)}
{...props}
>
{withHandle && (
<div className="z-10 flex h-4 w-3 items-center justify-center rounded-sm border bg-background opacity-0 hover:opacity-100 transition-opacity">
<GripVertical className="h-2.5 w-2.5" />
</div>
)}
</ResizablePrimitive.PanelResizeHandle>
/>
);
export { ResizablePanelGroup, ResizablePanel, ResizableHandle };