thats all for today!!

This commit is contained in:
2026-03-16 16:45:39 +08:00
parent 925804021a
commit dfad22a03f
2 changed files with 28 additions and 13 deletions

View File

@@ -100,6 +100,13 @@
}
}
.actionButtons {
display: flex;
flex-direction: column;
gap: 6px;
width: 100%;
}
.settingsBtn,
.logoutBtn {
display: flex;
@@ -204,4 +211,11 @@
align-self: stretch;
background: #393d53;
}
.actionButtons {
border-radius: 6px;
padding: 6px;
align-items: center;
gap: 6px;
align-self: stretch;
}
}