This commit is contained in:
2026-04-25 00:27:44 +09:00
parent 74dc2e5ac2
commit 6484c066fe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ header::after {
}
#loading-overlay svg {
width: 50vmin;
height: 50vmin;
height: calc(50vmin * 512 / 832);
opacity: 0;
filter: blur(20px);
transform: scale(1);