fixed loading screen tip not being aligned

This commit is contained in:
2025-01-19 17:54:35 +01:00
parent 4c8f23ceba
commit 9f5f88e1af
4 changed files with 12 additions and 17 deletions
-15
View File
@@ -1,18 +1,3 @@
html {
overflow: hidden;
width: 100vw;
height: 100vh;
}
body {
height: 100vh;
background-color: #323232;
color: #ffffff;
overflow: hidden;
margin: 0%;
width: 100vw;
height: 100vh;
}
.synthSun {
width: calc(40px * var(--pxDensity));
height: auto;