mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
fix(ui): main editor overlap from left sidebar container
This commit is contained in:
@@ -572,7 +572,8 @@ Similar to re-frame subscriptions"
|
||||
(defn enable-fold-button-right?
|
||||
[]
|
||||
(let [_ (sub :ui/viewport)]
|
||||
(util/md-breakpoint?)))
|
||||
(and (not (util/electron?))
|
||||
(util/sm-breakpoint?))))
|
||||
|
||||
(defn enable-journals?
|
||||
([]
|
||||
|
||||
Reference in New Issue
Block a user