mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-21 05:10:41 +00:00
feat: enhance TOTP settings UI with improved layout and status indication
This commit is contained in:
@@ -855,6 +855,22 @@
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.settings-module-head {
|
||||
margin-bottom: 8px;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.settings-module-head h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.totp-status-pill {
|
||||
min-height: 30px;
|
||||
padding: 0 10px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.settings-module .field,
|
||||
.auth-card .field {
|
||||
margin-bottom: 8px;
|
||||
|
||||
Reference in New Issue
Block a user