mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
Move colorpalette to the parent dom node.
This commit is contained in:
parent
de1b72d935
commit
a0eea5dfe6
1 changed files with 2 additions and 6 deletions
|
@ -44,22 +44,18 @@
|
|||
(html
|
||||
[:div
|
||||
(header)
|
||||
(colorpalette)
|
||||
[:main.main-content
|
||||
|
||||
[:section.workspace-content {:class classes
|
||||
:on-scroll on-scroll}
|
||||
[:section.workspace-content {:class classes :on-scroll on-scroll}
|
||||
;; Rules
|
||||
(horizontal-rule)
|
||||
(vertical-rule)
|
||||
|
||||
#_(coordinates)
|
||||
|
||||
;; Canvas
|
||||
[:section.workspace-canvas {:ref "workspace-canvas"}
|
||||
(viewport)]]
|
||||
|
||||
(colorpalette)
|
||||
|
||||
;; Aside
|
||||
(when left-sidebar?
|
||||
(left-sidebar))
|
||||
|
|
Loading…
Add table
Reference in a new issue