From 90e0a98914ddce688219f22c033053f284ff8015 Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 28 Mar 2026 15:24:58 -0400 Subject: [PATCH] fix: set html zoom 1.1 so default scale matches browser 110% Co-Authored-By: Claude Sonnet 4.6 --- css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/app.css b/css/app.css index 5c929f7..3779d19 100644 --- a/css/app.css +++ b/css/app.css @@ -25,6 +25,10 @@ --mono: 'JetBrains Mono', 'IBM Plex Mono', monospace; } +html { + zoom: 1.1; +} + html, body { height: 100%; background: var(--bg);