From 0f472034273d9efb9a847fdd65f4ea78e4fe14c7 Mon Sep 17 00:00:00 2001 From: Floh <48927090+Flohhhhh@users.noreply.github.com> Date: Sat, 18 Apr 2026 15:35:51 -0400 Subject: [PATCH 1/3] ui: tighten right panel adjustments spacing Reduce vertical padding in collapsible sections and align adjustment tabs (Color, Curves, Details, Effects) with the controls panel layout. Made-with: Cursor --- src/components/adjustments/Color.tsx | 41 ++++++-------- src/components/adjustments/Curves.tsx | 18 +++--- src/components/adjustments/Details.tsx | 6 +- src/components/adjustments/Effects.tsx | 10 ++-- src/components/panel/right/ControlsPanel.tsx | 9 ++- src/components/ui/CollapsibleSection.tsx | 58 +++++++------------- 6 files changed, 57 insertions(+), 85 deletions(-) diff --git a/src/components/adjustments/Color.tsx b/src/components/adjustments/Color.tsx index ae8733fab..8ec6752ad 100644 --- a/src/components/adjustments/Color.tsx +++ b/src/components/adjustments/Color.tsx @@ -87,9 +87,8 @@ const ColorSwatch = ({ color, name, isActive, onClick }: ColorSwatchProps) => { onTouchEnd={handleMouseUp} >