mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 14:39:48 +00:00
fix: change main landmark
This commit is contained in:
committed by
Tienson Qin
parent
d4f781793d
commit
1ce08c5faa
@@ -332,7 +332,7 @@
|
||||
(left-sidebar {:left-sidebar-open? left-sidebar-open?
|
||||
:route-match route-match})
|
||||
|
||||
[:main#main-content-container.scrollbar-spacing.w-full.flex.justify-center.flex-row
|
||||
[:div#main-content-container.scrollbar-spacing.w-full.flex.justify-center.flex-row
|
||||
|
||||
(when (util/electron?)
|
||||
(find-in-page/search))
|
||||
@@ -598,7 +598,7 @@
|
||||
(editor-handler/unhighlight-blocks!)
|
||||
(util/fix-open-external-with-shift! e))}
|
||||
|
||||
[:div.theme-inner
|
||||
[:main.theme-inner
|
||||
{:class (util/classnames [{:ls-left-sidebar-open left-sidebar-open?
|
||||
:ls-right-sidebar-open sidebar-open?
|
||||
:ls-wide-mode wide-mode?}])}
|
||||
|
||||
Reference in New Issue
Block a user