Browse Source

style: nudge header control buttons 4px higher

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
handoff-20260429-1057
shrimbly 4 months ago
parent
commit
fc416461fb
  1. 2
      src/components/nodes/FloatingNodeHeader.tsx

2
src/components/nodes/FloatingNodeHeader.tsx

@ -241,7 +241,7 @@ export function FloatingNodeHeader({
</div> </div>
{/* Controls - right-aligned, fade in on hover/selected */} {/* Controls - right-aligned, fade in on hover/selected */}
<div className={`shrink-0 flex items-center gap-1 pr-1 transition-opacity duration-200 ${showControls ? 'opacity-100' : 'opacity-0'}`}> <div className={`shrink-0 flex items-center gap-1 pr-1 transition-opacity duration-200 -translate-y-1 ${showControls ? 'opacity-100' : 'opacity-0'}`}>
{/* Lock Badge for nodes in locked groups */} {/* Lock Badge for nodes in locked groups */}
{isInLockedGroup && ( {isInLockedGroup && (
<div className="shrink-0 flex items-center" title="This node is in a locked group and will be skipped during execution"> <div className="shrink-0 flex items-center" title="This node is in a locked group and will be skipped during execution">

Loading…
Cancel
Save