From 56ee1a33fda74b2365ffed88a901c97b4cff9d78 Mon Sep 17 00:00:00 2001 From: shrimbly Date: Fri, 6 Mar 2026 22:13:50 +1300 Subject: [PATCH] style: make easing presets popup 4 columns wide Co-Authored-By: Claude Opus 4.6 --- src/components/nodes/ControlPanel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/nodes/ControlPanel.tsx b/src/components/nodes/ControlPanel.tsx index 9457e857..67c680d7 100644 --- a/src/components/nodes/ControlPanel.tsx +++ b/src/components/nodes/ControlPanel.tsx @@ -884,10 +884,10 @@ function EaseCurveControls({ node }: { node: Node }) { style={{ top: presetsButtonRef.current?.getBoundingClientRect().bottom || 0, right: window.innerWidth - (presetsButtonRef.current?.getBoundingClientRect().left || 0), - width: 240, + width: 280, }} > -
+
{presetThumbnails.map(({ name, polyline }) => (