Improve layout resizer (#240)

Co-authored-by: Gregory Schier <gschier1990@gmail.com>
This commit is contained in:
Song
2025-07-19 04:35:29 +08:00
committed by GitHub
parent 74b6f4fb42
commit 4a2fb6ed48
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ export function ResizeHandle({
onDoubleClick={onReset}
className={classNames(
className,
'group z-10 flex select-none',
'group z-10 flex select-none transition-colors hover:bg-surface-active rounded-full',
// 'bg-info', // For debugging
vertical ? 'w-full h-2 cursor-row-resize' : 'h-full w-2 cursor-col-resize',
justify === 'center' && 'justify-center',