improve(ui): adapt the login modal to responsive layout

This commit is contained in:
charlie
2023-03-28 16:27:07 +08:00
committed by Tienson Qin
parent 1fe084af86
commit be2140608d
2 changed files with 8 additions and 8 deletions

View File

@@ -112,7 +112,7 @@
.panel-content {
overflow-y: auto;
overflow-x: hidden;
width: calc(94vw - 2rem);
width: calc(96vw - 2rem);
max-height: 89vh;
padding: 2rem 1.5rem;
@@ -251,12 +251,6 @@ html.is-mobile {
}
}
}
.ui__modal-panel .panel-content {
width: calc(98vw - 2rem);
max-width: var(--ls-main-content-max-width);
padding-top: 24px;
}
}
.ui__confirm-modal {