This commit is contained in:
oliver
2026-06-22 18:22:35 -03:00
parent 07fc9f9050
commit b6f1d7e15d
2 changed files with 58 additions and 29 deletions
+23 -1
View File
@@ -1453,6 +1453,28 @@ body::after {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 18px;
}
.account-modal .modal-header .auth-switch {
flex: 1;
margin: 0;
background: transparent;
border: none;
padding: 0;
display: flex;
gap: 0;
}
.account-modal .modal-header .auth-switch-btn {
white-space: nowrap;
padding: 8px 12px;
}
.account-modal .modal-header .auth-switch-btn.active {
background: var(--bg-inner);
border: 1px solid var(--border);
box-shadow: none;
}
.modal-close-btn {
@@ -1472,7 +1494,7 @@ body::after {
.account-modal-body {
display: flex;
min-height: 320px;
height: 420px;
}
.account-pane {