style: alignment of highlight block

pull/934/head
charlie 2020-12-17 21:36:25 +08:00
parent d3ed2dee1a
commit 4036e3190a
1 changed files with 1 additions and 1 deletions

View File

@ -1329,7 +1329,7 @@
(when-let [parent (gdom/getElement block-id)]
(when-let [node (.querySelector parent ".bullet-container")]
(d/add-class! node "hide-inner-bullet")))))}]
[:div.ls-block.flex.flex-col.mt-1
[:div.ls-block.flex.flex-col.pt-1
(cond->
{:id block-id
:style {:position "relative"}