mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
enhance(ui): refactor the classic select modal with the shui dialog
This commit is contained in:
@@ -312,3 +312,15 @@ html.is-mobile {
|
||||
input[type='range'] {
|
||||
accent-color: var(--lx-accent-10, var(--rx-blue-10));
|
||||
}
|
||||
|
||||
.ls-dialog-select {
|
||||
@apply w-auto !max-w-fit p-0;
|
||||
|
||||
.cp__select-main {
|
||||
@apply m-0;
|
||||
}
|
||||
|
||||
.item-results-wrap {
|
||||
@apply px-2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user