mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 04:08:23 +00:00
Move colorpalette to the parent dom node.
This commit is contained in:
parent
de1b72d935
commit
a0eea5dfe6
@ -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…
x
Reference in New Issue
Block a user