feat: update styles for two-step providers and responsive layout adjustments

This commit is contained in:
shuaiplus
2026-07-05 15:16:56 +08:00
parent e73ae3d5ea
commit 062c966e14
2 changed files with 10 additions and 2 deletions
+6
View File
@@ -650,6 +650,12 @@
border-top: 0; border-top: 0;
} }
.two-step-providers-module .settings-module-head {
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid var(--line);
}
.two-step-warning-head { .two-step-warning-head {
@apply mb-2 flex items-center gap-2 text-sm font-extrabold; @apply mb-2 flex items-center gap-2 text-sm font-extrabold;
color: #c2410c; color: #c2410c;
+4 -2
View File
@@ -1144,12 +1144,14 @@
} }
.two-factor-passkey-row { .two-factor-passkey-row {
grid-template-columns: 2rem minmax(0, 1fr); grid-template-columns: 2rem minmax(0, 1fr) auto;
gap: 8px;
} }
.two-factor-passkey-row .btn { .two-factor-passkey-row .btn {
grid-column: 2; grid-column: 3;
justify-self: end; justify-self: end;
white-space: nowrap;
} }
.account-passkey-status { .account-passkey-status {