mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
fix: graph-view width now limited by the main container width
Related to #1456
This commit is contained in:
@@ -131,7 +131,8 @@
|
||||
(ui/loading (t :loading))]]
|
||||
|
||||
:else
|
||||
[:div.max-w-7xl.mx-auto {:style {:margin-bottom (if global-graph-pages? 0 120)}}
|
||||
[:div {:class (if global-graph-pages? "" (util/hiccup->class "max-w-7xl.mx-auto"))
|
||||
:style {:margin-bottom (if global-graph-pages? 0 120)}}
|
||||
main-content])]]
|
||||
(right-sidebar/sidebar)]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user