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:
@@ -683,10 +683,10 @@ html, body, #root {
|
|||||||
right: 12px;
|
right: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Position zoom inside sandbox main-area (offset for palette sidebar) */
|
/* Position zoom inside sandbox main-area */
|
||||||
.main-area .zoom-controls {
|
.main-area .zoom-controls {
|
||||||
top: 12px;
|
top: 12px;
|
||||||
right: 220px;
|
right: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===== Admin Panel ===== */
|
/* ===== Admin Panel ===== */
|
||||||
|
|||||||
Reference in New Issue
Block a user