diff --git a/packages/studio/src/components/StudioLeftSidebar.tsx b/packages/studio/src/components/StudioLeftSidebar.tsx index 40842ecc5..4ca96ee69 100644 --- a/packages/studio/src/components/StudioLeftSidebar.tsx +++ b/packages/studio/src/components/StudioLeftSidebar.tsx @@ -154,10 +154,10 @@ export function StudioLeftSidebar({ onAddAssetToTimeline={onAddAssetToTimeline} onAddCompositionToTimeline={onAddCompositionToTimeline} /> - {/* Vertical resize divider: 3px visible seam, 8px pointer-capture zone via + {/* Vertical resize divider: 3px visible seam, 13px pointer-capture zone via the absolutely-positioned inner hit area. The outer element is w-[3px] so - it contributes only 3px of gap in the flex row; the inner -left-[2.5px] - element widens the hit area to 8px without affecting layout. */} + it contributes only 3px of gap in the flex row; the inner -left-[2px] + element widens the hit area without affecting layout. */}