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 { #loading-overlay svg {
width: 50vmin; width: 50vmin;
height: 50vmin; height: calc(50vmin * 512 / 832);
opacity: 0; opacity: 0;
filter: blur(20px); filter: blur(20px);
transform: scale(1); transform: scale(1);
+1 -1
View File
@@ -57,7 +57,7 @@
<body> <body>
<div id="cursor"></div> <div id="cursor"></div>
<div id="loading-overlay" aria-hidden="true"> <div id="loading-overlay" aria-hidden="true">
<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"> <svg viewBox="96 256 832 512" xmlns="http://www.w3.org/2000/svg">
<polyline points="872 572.75 152 332 152 692 512 692 872 332 872 692 684.5 692" fill="none" stroke="#fff" stroke-width="48" stroke-miterlimit="10"/> <polyline points="872 572.75 152 332 152 692 512 692 872 332 872 692 684.5 692" fill="none" stroke="#fff" stroke-width="48" stroke-miterlimit="10"/>
</svg> </svg>
</div> </div>