[Developer] #424 add user and permission management

Refs #424
This commit is contained in:
devmrko
2026-06-23 11:28:59 +09:00
parent c55e7add27
commit 16718f0277
23 changed files with 708 additions and 3 deletions

View File

@@ -86,6 +86,14 @@ body {
display: inline;
}
.switch-field {
align-items: center;
display: flex;
gap: .5rem;
min-height: 38px;
padding-left: 2.5rem;
}
.token-value {
display: block;
margin-top: .5rem;