mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
improve(ui): adapt the login modal to responsive layout
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user