Fix grid viewer zoom: use CSS zoom so images and text scale together
Cells stay 1fr (always fill width), CSS zoom shrinks the whole grid uniformly. No overflow. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -357,7 +357,7 @@
|
||||
<div class="grid-viewer-actions">
|
||||
<label class="gv-zoom-label">
|
||||
<span>Size</span>
|
||||
<input type="range" id="gv-zoom" min="40" max="300" value="120" step="10">
|
||||
<input type="range" id="gv-zoom" min="20" max="100" value="100" step="5">
|
||||
</label>
|
||||
<button class="btn btn-secondary" id="gv-back">← Back</button>
|
||||
<button class="btn btn-secondary" id="gv-edit-panels">Edit panels</button>
|
||||
|
||||
Reference in New Issue
Block a user