mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
style(console): update min-width of the sie page (#4042)
This commit is contained in:
parent
0ab8b57e9e
commit
bf0f3e133e
3 changed files with 5 additions and 10 deletions
|
@ -33,11 +33,11 @@
|
|||
|
||||
> * {
|
||||
flex: 1;
|
||||
min-width: 540px;
|
||||
min-width: 510px;
|
||||
}
|
||||
|
||||
.form {
|
||||
margin-right: _.unit(6);
|
||||
margin-right: _.unit(3);
|
||||
}
|
||||
|
||||
.preview {
|
||||
|
|
|
@ -62,7 +62,6 @@ function SignInMethodItem({
|
|||
)}
|
||||
>
|
||||
<Checkbox
|
||||
className={styles.checkBox}
|
||||
label={t('sign_in_exp.sign_up_and_sign_in.sign_in.password_auth')}
|
||||
checked={password}
|
||||
disabled={!isPasswordCheckable}
|
||||
|
@ -84,7 +83,6 @@ function SignInMethodItem({
|
|||
</IconButton>
|
||||
</Tooltip>
|
||||
<Checkbox
|
||||
className={styles.checkBox}
|
||||
label={t('sign_in_exp.sign_up_and_sign_in.sign_in.verification_code_auth')}
|
||||
checked={verificationCode}
|
||||
disabled={!isVerificationCodeCheckable}
|
||||
|
|
|
@ -40,13 +40,10 @@
|
|||
padding: 0 _.unit(2);
|
||||
flex-grow: 1;
|
||||
|
||||
.checkBox {
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.swapButton {
|
||||
margin: 0 _.unit(4);
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
&.verifyCodePrimary {
|
||||
|
|
Loading…
Reference in a new issue