mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
improve(mobile): WIP polish ui details
This commit is contained in:
@@ -1711,13 +1711,14 @@
|
||||
(let [doc-mode? (state/sub :document/mode?)
|
||||
control-show? (util/react *control-show?)
|
||||
ref? (:ref? config)
|
||||
empty-content? (block-content-empty? block)]
|
||||
empty-content? (block-content-empty? block)
|
||||
fold-button-right? (state/enable-fold-button-right?)]
|
||||
[:div.mr-1.flex.flex-row.items-center.sm:mr-2
|
||||
{:style {:height 24
|
||||
:margin-top 0
|
||||
:float "left"}}
|
||||
|
||||
(when has-child?
|
||||
(when (or (not fold-button-right?) has-child?)
|
||||
[:a.block-control
|
||||
{:id (str "control-" uuid)
|
||||
:on-click (fn [event]
|
||||
|
||||
Reference in New Issue
Block a user