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 <noreply@anthropic.com>
This commit is contained in:
Jose Luis
2026-03-21 05:03:38 +01:00
parent 73532074b1
commit 589fbcf533

View File

@@ -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 ===== */