Fix: scaling window size difference

This commit is contained in:
DaZuo0122
2026-02-14 20:07:03 +08:00
parent f50243ab96
commit eddf4b9481
5 changed files with 132 additions and 20 deletions

View File

@@ -2,13 +2,23 @@
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: transparent;
color: #e2e8f0;
overflow: hidden;
}
#root {
width: 100%;
height: 100%;
background: transparent;
}
.app {
width: 100vw;
height: 100vh;