From bbf409494376e5b36710e39056f86a3c11285074 Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Sun, 1 Mar 2026 17:17:44 +0800 Subject: [PATCH] fix: remove unnecessary zoom property from html in styles.css --- webapp/src/styles.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/webapp/src/styles.css b/webapp/src/styles.css index cd6985d..d092868 100644 --- a/webapp/src/styles.css +++ b/webapp/src/styles.css @@ -27,9 +27,6 @@ body, font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; } -html { - zoom: 1.25; -} .loading-screen { height: 100%; display: grid;