mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: enhance TOTP settings UI with improved layout and status indication
This commit is contained in:
+11
-2
@@ -687,11 +687,16 @@ h4 {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.settings-modules-grid,
|
||||
.import-export-panels,
|
||||
.backup-grid,
|
||||
.domain-rules-grid {
|
||||
gap: 10px;
|
||||
gap: 2px 10px;
|
||||
}
|
||||
|
||||
.settings-modules-grid {
|
||||
--settings-grid-gap: 10px;
|
||||
gap: 2px var(--settings-grid-gap);
|
||||
grid-template-columns: repeat(2, minmax(0, calc((100% - var(--settings-grid-gap)) / 2)));
|
||||
}
|
||||
|
||||
.settings-module h3 {
|
||||
@@ -889,6 +894,10 @@ h4 {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.settings-modules-grid {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.mobile-detail-sheet {
|
||||
background: var(--panel-soft);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user