Parcourir la source

style: alignment of highlight block

charlie il y a 5 ans
Parent
commit
4036e3190a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/frontend/components/block.cljs

+ 1 - 1
src/main/frontend/components/block.cljs

@@ -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"}