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;
|
flex: 1;
|
||||||
min-width: 540px;
|
min-width: 510px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form {
|
.form {
|
||||||
margin-right: _.unit(6);
|
margin-right: _.unit(3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview {
|
.preview {
|
||||||
|
|
|
@ -62,7 +62,6 @@ function SignInMethodItem({
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
className={styles.checkBox}
|
|
||||||
label={t('sign_in_exp.sign_up_and_sign_in.sign_in.password_auth')}
|
label={t('sign_in_exp.sign_up_and_sign_in.sign_in.password_auth')}
|
||||||
checked={password}
|
checked={password}
|
||||||
disabled={!isPasswordCheckable}
|
disabled={!isPasswordCheckable}
|
||||||
|
@ -84,7 +83,6 @@ function SignInMethodItem({
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
className={styles.checkBox}
|
|
||||||
label={t('sign_in_exp.sign_up_and_sign_in.sign_in.verification_code_auth')}
|
label={t('sign_in_exp.sign_up_and_sign_in.sign_in.verification_code_auth')}
|
||||||
checked={verificationCode}
|
checked={verificationCode}
|
||||||
disabled={!isVerificationCodeCheckable}
|
disabled={!isVerificationCodeCheckable}
|
||||||
|
|
|
@ -40,13 +40,10 @@
|
||||||
padding: 0 _.unit(2);
|
padding: 0 _.unit(2);
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
||||||
.checkBox {
|
|
||||||
flex-grow: 1;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.swapButton {
|
.swapButton {
|
||||||
margin: 0 _.unit(4);
|
flex-grow: 1;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.verifyCodePrimary {
|
&.verifyCodePrimary {
|
||||||
|
|
Loading…
Reference in a new issue