mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
Improve editor modals style consistency
This commit is contained in:
@@ -38,8 +38,7 @@
|
||||
(not (util/safe-re-find #" " q)))
|
||||
(let [i (string/index-of lc-content lc-q)
|
||||
[before after] [(subs content 0 i) (subs content (+ i (count q)))]]
|
||||
[:p
|
||||
{:class "m-0"}
|
||||
[:div
|
||||
(when-not (string/blank? before)
|
||||
[:span before])
|
||||
[:mark {:class "p-0 rounded-none"} (subs content i (+ i (count q)))]
|
||||
|
||||
Reference in New Issue
Block a user