💄 深渊期数上对齐

This commit is contained in:
目棃
2024-10-26 20:12:22 +08:00
parent 35fcee9b3b
commit 980b7ffd45

View File

@@ -354,7 +354,7 @@ async function deleteAbyss(): Promise<void> {
.ua-box { .ua-box {
display: flex; display: flex;
height: calc(100vh - 100px); height: calc(100vh - 100px);
align-items: center; align-items: flex-start;
justify-content: center; justify-content: center;
border: 1px solid var(--common-shadow-4); border: 1px solid var(--common-shadow-4);
border-radius: 5px; border-radius: 5px;