mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
enhance(ui): refactor classic login modal with the shui dialog
This commit is contained in:
@@ -51,15 +51,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ui__modal[label=user-login] {
|
||||
@apply flex items-center top-0;
|
||||
.ui__dialog-content[label=user-login] {
|
||||
@apply flex items-center top-0 p-0 border-none w-auto;
|
||||
|
||||
.ui__modal-panel {
|
||||
transition: transform .3s;
|
||||
transform: translateY(-50px);
|
||||
}
|
||||
|
||||
.panel-content {
|
||||
.ui__dialog-main-content {
|
||||
@apply p-0 min-w-fit relative max-w-[600px] sm:max-w-[90vw] sm:w-[500px];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user