fix welcome card bugs

This commit is contained in:
binary-husky
2024-12-22 23:33:22 +08:00
parent f40347665b
commit a848f714b6
2 changed files with 16 additions and 10 deletions

View File

@@ -155,7 +155,7 @@
transform: translate(-50%, -50%);
flex-wrap: wrap;
justify-content: center;
transition: opacity 1s ease-in-out;
transition: opacity 0.6s ease-in-out;
opacity: 0;
}
.welcome-card-container.show {