chore: block children margin tweak

pull/1375/head
Tienson Qin 2021-02-24 22:51:37 +08:00
parent 84190df469
commit 3edc9d910b
1 changed files with 1 additions and 1 deletions

View File

@ -1535,7 +1535,7 @@
(block-content-or-editor config block edit-input-id block-id slide?)] (block-content-or-editor config block edit-input-id block-id slide?)]
(when (seq children) (when (seq children)
[:div.block-children {:style {:margin-left (if doc-mode? 12 22) [:div.block-children {:style {:margin-left (if doc-mode? 12 21)
:display (if collapsed? "none" "")}} :display (if collapsed? "none" "")}}
(for [child children] (for [child children]
(when (map? child) (when (map? child)