fix search loading

This commit is contained in:
jxxghp
2023-07-09 11:51:52 +08:00
parent 1e77138f3d
commit 4bcbcdf6d9
2 changed files with 52 additions and 1 deletions

View File

@@ -27,3 +27,11 @@
inset-inline-start: 50%;
transform: translate(-50%, -50%);
}
.top-centered {
position: absolute;
inset-block-start: 20%;
inset-inline-start: 50%;
transform: translate(-50%, -50%);
}