fixed/improved loading screen

This commit is contained in:
8BitBiscotti
2024-12-12 10:43:46 +01:00
parent 7eede71229
commit 17187ad792
7 changed files with 61 additions and 34 deletions
+3 -3
View File
@@ -8,8 +8,8 @@
}
.loadingImg {
position: absolute;
top: 50%;
left: 50%;
top: round(50%, var(--pxDensityPx));
left: round(50%, var(--pxDensityPx));
transform: translate(-50%, -50%);
width: calc(32px * var(--pxDensity));
height: calc(32px * var(--pxDensity));
@@ -30,7 +30,7 @@
left: 0%;
cursor: pointer;
}
.loadingText {
#loadingText {
position: absolute;
bottom: 0%;
left: 50%;