l
This commit is contained in:
+23
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user