From 9ce515f5aefd4f516ce517968cee5832ca239da8 Mon Sep 17 00:00:00 2001 From: shrimbly Date: Tue, 3 Mar 2026 22:55:54 +1300 Subject: [PATCH] style: improve settings panel shadow with smooth multi-stop gradient Replace the narrow hard-edged gradient strip with a wide, smooth multi-stop gradient that extends behind the panel for a natural shadow falloff instead of a stepped/hard edge. Co-Authored-By: Claude Opus 4.6 --- src/components/nodes/ControlPanel.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/nodes/ControlPanel.tsx b/src/components/nodes/ControlPanel.tsx index a39fa752..39d139f5 100644 --- a/src/components/nodes/ControlPanel.tsx +++ b/src/components/nodes/ControlPanel.tsx @@ -117,8 +117,15 @@ export function ControlPanel() { return (
- {/* Shadow/gradient overlay on left edge */} -
+ {/* Shadow overlay behind panel - wide, smooth, multi-stop gradient */} +
{/* Header */}