From bb24d0037a96d14a63eeb4c6e2a983f4971f331d Mon Sep 17 00:00:00 2001 From: Miguel Angel Simon Sierra Date: Tue, 28 Jul 2026 05:07:57 +0200 Subject: [PATCH] style(studio): keep StudioRightPanel under the 600 line cap --- packages/studio/src/components/StudioRightPanel.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/packages/studio/src/components/StudioRightPanel.tsx b/packages/studio/src/components/StudioRightPanel.tsx index cf9c69f09..299d462ff 100644 --- a/packages/studio/src/components/StudioRightPanel.tsx +++ b/packages/studio/src/components/StudioRightPanel.tsx @@ -446,8 +446,7 @@ export function StudioRightPanel({ return ( <> - {/* Vertical resize divider: 3px visible seam, 13px pointer-capture zone via - the absolutely-positioned inner hit area. */} + {/* Vertical resize divider: 3px visible seam, 13px hit zone via the inner div. */}
- {/* Expanded hit zone, deliberately asymmetric: 8px into the preview pane's - p-2 stage gutter (the only dead space here), the 3px seam, then 2px - into the inspector card. It stops at 13px rather than the 24px WCAG 2.2 - (2.5.8) target because the next pixel on either side is live: the - preview stage on the left, the inspector's own controls on the right. */} + {/* Asymmetric hit zone: 8px into the preview's p-2 gutter (the only dead + space), the 3px seam, 2px into the card. Stops short of the 24px WCAG + 2.5.8 target because the next pixel each way is live. */}
{/* Visible hairline */}