Skip to content

Commit

Permalink
fix: remove unnecessary bullet class
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 authored and tiensonqin committed May 7, 2021
1 parent 3a2ebd0 commit 4f29e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/frontend/components/block.cljs
Expand Up @@ -1028,7 +1028,7 @@
collapsed? (get (:block/properties block) :collapsed)
control-show? (util/react *control-show?)
dark? (= "dark" (state/sub :ui/theme))]
[:div.bullet.mr-2.flex.flex-row.items-center
[:div.mr-2.flex.flex-row.items-center
{:style {:height 24
:margin-top 0
:float "left"}}
Expand Down
2 changes: 1 addition & 1 deletion src/main/frontend/components/block.css
Expand Up @@ -74,7 +74,7 @@

.resize {
display: inline-flex;
/* Fix chrome missing resize handle issue. Ref: https://github.com/logseq/logseq/pull/1692/files */
/* Fix chrome missing resize handle issue https://bugs.chromium.org/p/chromium/issues/detail?id=1135676&q=css%20resize%20type%3DBug&can=2.*/
transform: translate3d(0, 0, 0);
}

Expand Down

0 comments on commit 4f29e3d

Please sign in to comment.