mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 03:11:12 +01:00
Improve layout resizer (#240)
Co-authored-by: Gregory Schier <gschier1990@gmail.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user