UX: login modal sizing fixes (#24794)

This commit is contained in:
chapoi 2023-12-08 18:21:37 +02:00 committed by GitHub
parent b4cf175daf
commit e227008c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,7 @@
.d-modal {
&__container {
position: relative;
width: max-content;
}
&__header {
border-bottom: none;
@ -41,6 +42,7 @@
}
.login-left-side {
width: 100%;
padding: 3rem;
overflow: auto;
}
@ -75,6 +77,7 @@
justify-content: center;
gap: 1rem;
height: 100%;
white-space: nowrap;
}
#login-form {

View File

@ -2,6 +2,9 @@
.d-modal.login-modal,
.d-modal.create-account {
.d-modal {
&__container {
width: 100%;
}
&__body {
flex-direction: column;
gap: unset;