From da665153947ebd845945446d13129dcfc3d34876 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 8 Jun 2026 16:26:11 +0000 Subject: [PATCH] =?UTF-8?q?Zoom=20range=2050=E2=80=93150%=20in=2010%=20inc?= =?UTF-8?q?rements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://claude.ai/code/session_01JyuActqTJG5tuRQNLmT7fZ --- app/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/index.html b/app/index.html index a4f5648..9bc91dc 100644 --- a/app/index.html +++ b/app/index.html @@ -718,8 +718,8 @@ function render() { toolbar.appendChild(el('div', {className:'spacer'})); // Font size — A− / A+ with a live % label - const scales = [0.8, 0.9, 1, 1.12, 1.25]; - let scaleIdx = 2; // default: 100% + const scales = [0.5,0.6,0.7,0.8,0.9,1,1.1,1.2,1.3,1.4,1.5]; + let scaleIdx = 5; // default: 100% const szLabel = el('span', {style:'font-size:12px;color:var(--text-muted);font-family:var(--font-mono)'}, '100%'); const sizeSeg = el('div', {className:'kb-seg', role:'group', 'aria-label':'Text size'}); const szDown = el('button', {type:'button', 'aria-label':'Smaller text'}, 'A−');