Browse Source

style: increase handle diameter from 10px to 14px

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
handoff-20260429-1057
shrimbly 4 months ago
parent
commit
dcfd48ec0b
  1. 8
      src/app/globals.css

8
src/app/globals.css

@ -61,8 +61,8 @@ body {
/* Base handle styles */ /* Base handle styles */
.react-flow__handle { .react-flow__handle {
width: 10px; width: 14px;
height: 10px; height: 14px;
border-radius: 50%; border-radius: 50%;
border: 2px solid white; border: 2px solid white;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
@ -81,11 +81,11 @@ body {
} }
.react-flow__handle-left { .react-flow__handle-left {
left: -5px; left: -7px;
} }
.react-flow__handle-right { .react-flow__handle-right {
right: -5px; right: -7px;
} }
/* Image handles - soft green */ /* Image handles - soft green */

Loading…
Cancel
Save