From 589fbcf5333a11e973dc2b136053d68fdb58b43d Mon Sep 17 00:00:00 2001 From: Jose Luis Date: Sat, 21 Mar 2026 05:03:38 +0100 Subject: [PATCH] fix: align zoom controls to right edge in sandbox mode The zoom panel was offset 220px from the right (legacy offset for a non-existent right sidebar). Now sits flush at right:12px matching the puzzle view layout. Co-Authored-By: Claude Opus 4.6 --- src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 4974f47..bfce7b0 100644 --- a/src/index.css +++ b/src/index.css @@ -683,10 +683,10 @@ html, body, #root { right: 12px; } -/* Position zoom inside sandbox main-area (offset for palette sidebar) */ +/* Position zoom inside sandbox main-area */ .main-area .zoom-controls { top: 12px; - right: 220px; + right: 12px; } /* ===== Admin Panel ===== */