mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
fix(ui): polish details for the properties select
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
input-container (or
|
||||
input-container
|
||||
[:div.input-wrap
|
||||
{:style {:margin-bottom "-2px"}}
|
||||
[:input.cp__select-input.w-full
|
||||
(merge {:type "text"
|
||||
:placeholder (or input-default-placeholder (t prompt-key))
|
||||
@@ -116,7 +117,7 @@
|
||||
(reset! input v)
|
||||
(and (fn? on-input) (on-input v))))}
|
||||
input-opts')]])
|
||||
results-container [:div
|
||||
results-container [:div.py-1
|
||||
[:div.item-results-wrap
|
||||
(ui/auto-complete
|
||||
search-result
|
||||
|
||||
Reference in New Issue
Block a user