feat: enhance TOTP settings UI with improved layout and status indication

This commit is contained in:
shuaiplus
2026-05-12 15:55:05 +08:00
parent 06431c4145
commit 83a1fc2376
4 changed files with 58 additions and 8 deletions
+16
View File
@@ -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;