This commit is contained in:
jxxghp
2023-07-29 11:28:52 +08:00
parent ab4418d215
commit ccedd79344
2 changed files with 7 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ html {
.loading-logo {
position: absolute;
inset-block-start: 40%;
inset-inline-start: calc(50% - 45px);
inset-inline-start: calc(50% - 50px);
}
.loading {
@@ -31,7 +31,7 @@ html {
block-size: 55px;
inline-size: 55px;
inset-block-start: 80%;
inset-inline-start: calc(50% - 29px);
inset-inline-start: calc(50% - 27.5px);
}
.loading .effect-1,

View File

@@ -17,7 +17,11 @@
}
.v-toast--bottom {
margin-bottom: env(safe-area-inset-top);
margin-bottom: env(safe-area-inset-bottom);
}
.v-toast--top {
margin-top: env(safe-area-inset-top);
}
.v-dialog > .v-overlay__content {