fix: remove unnecessary zoom property from html in styles.css

This commit is contained in:
shuaiplus
2026-03-01 17:17:44 +08:00
committed by Shuai
parent bacf27b936
commit 1d170baaaf
-3
View File
@@ -27,9 +27,6 @@ body,
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
} }
html {
zoom: 1.25;
}
.loading-screen { .loading-screen {
height: 100%; height: 100%;
display: grid; display: grid;