fix(ui): block search placeholder style

pull/7395/head^2
Andelf 2022-11-21 18:15:44 +08:00 committed by Tienson Qin
parent 664e98ce28
commit f5731065a4
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@
result
{:on-chosen chosen-handler
:on-enter non-exist-block-handler
:empty-placeholder [:div.text-gray-500.pl-4.pr-4 (t :editor/block-search)]
:empty-placeholder [:div.text-gray-500.text-sm.px-4.py-2 (t :editor/block-search)]
:item-render (fn [{:block/keys [page uuid]}] ;; content returned from search engine is normalized
(let [page (or (:block/original-name page)
(:block/name page))