mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
fix: ref style
This commit is contained in:
@@ -1742,7 +1742,7 @@
|
||||
(let [children (db/get-block-immediate-children repo uuid)
|
||||
children (block-handler/filter-blocks repo children (:filters config) false)]
|
||||
(when (seq children)
|
||||
[:div.ref-children.ml-12
|
||||
[:div.ref-children {:style {:margin-left "1.8rem"}}
|
||||
(blocks-container children (assoc config
|
||||
:breadcrumb-show? false
|
||||
:ref? true))])))
|
||||
|
||||
Reference in New Issue
Block a user