init account settings

This commit is contained in:
2025-02-25 23:48:08 +01:00
parent 1c4867afdc
commit 1ad958a58c
12 changed files with 92 additions and 15 deletions

View File

@@ -0,0 +1,13 @@
.account-setting-content {
overflow: hidden;
display: flex;
flex-direction: column;
border-radius: var(--big-radius);
position: fixed;
animation-name: fade-in;
animation-duration: 0.4s
}
.invisible {
display: none;
}