logo center

This commit is contained in:
jxxghp
2023-07-02 10:24:41 +08:00
parent 780e809af1
commit 3b3d7f9350
5 changed files with 14 additions and 8 deletions
+6
View File
@@ -8,6 +8,12 @@ html {
min-height: calc(100% + env(safe-area-inset-top));
}
body {
background-color: var(--v-theme-background);
overscroll-behavior-y: contain;
--webkit-overflow-scrolling: touch;
}
body,
#app,
.v-application {