0
Fork 0
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:
Xiao Yijun 2023-06-15 15:55:54 +08:00 committed by GitHub
parent 0ab8b57e9e
commit bf0f3e133e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 10 deletions

View file

@ -33,11 +33,11 @@
> * {
flex: 1;
min-width: 540px;
min-width: 510px;
}
.form {
margin-right: _.unit(6);
margin-right: _.unit(3);
}
.preview {

View file

@ -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}

View file

@ -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 {