From 4ecd241bf40322f581f7e4e7a64c0d5abf2217fe Mon Sep 17 00:00:00 2001 From: findthelorax Date: Tue, 21 Apr 2026 23:44:44 -0400 Subject: [PATCH] enlarged node resizer border for easier resizing --- frontend/src/components/canvas/nodes/BaseNode.tsx | 2 +- frontend/src/components/canvas/nodes/ProxmoxGroupNode.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/canvas/nodes/BaseNode.tsx b/frontend/src/components/canvas/nodes/BaseNode.tsx index da76356..cdfd59b 100644 --- a/frontend/src/components/canvas/nodes/BaseNode.tsx +++ b/frontend/src/components/canvas/nodes/BaseNode.tsx @@ -66,7 +66,7 @@ export function BaseNode({ id, data, selected, icon: typeIcon, width, height }: minWidth={140} minHeight={50} lineStyle={{ borderColor: 'transparent' }} - handleStyle={{ borderColor: colors.border, background: colors.border, width: 8, height: 8 }} + handleStyle={{ borderColor: colors.border, background: colors.border, width: 16, height: 16 }} /> >) { minHeight={160} isVisible={selected} lineStyle={{ borderColor: glow, opacity: 0.6 }} - handleStyle={{ borderColor: glow, backgroundColor: theme.colors.nodeCardBackground }} + handleStyle={{ borderColor: glow, backgroundColor: theme.colors.nodeCardBackground, width: 6, height: 6 }} /> {/* Group border */}