mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
feat: use flex for drag resize
This commit is contained in:
@@ -333,7 +333,7 @@
|
||||
:close-fn close-fn
|
||||
:route-match route-match})
|
||||
[:div.#app-container.h-screen.flex
|
||||
[[:div.w-full.h-full.flex.flex-col
|
||||
[[:div.flex-1.h-full.flex.flex-col#left-main {:class (if sidebar-open? "sidebar-open")}
|
||||
[(header/header {:open-fn open-fn
|
||||
:white? white?
|
||||
:current-repo current-repo
|
||||
@@ -344,6 +344,7 @@
|
||||
:default-home default-home
|
||||
:new-block-mode new-block-mode})
|
||||
|
||||
|
||||
(main {:route-match route-match
|
||||
:global-graph-pages? global-graph-pages?
|
||||
:logged? logged?
|
||||
|
||||
Reference in New Issue
Block a user