mirror of
https://github.com/penpot/penpot.git
synced 2025-08-01 21:38:24 +02:00
✨ Margins for grid elements
This commit is contained in:
parent
6f2a459cce
commit
52cbc7e09d
3 changed files with 30 additions and 18 deletions
|
@ -533,7 +533,7 @@
|
|||
:nillable true
|
||||
:value (:layout-item-z-index values)}]])]
|
||||
|
||||
(when is-layout-child?
|
||||
(when (and is-layout-child? is-flex-parent?)
|
||||
[:div {:class (stl/css :second-row)}
|
||||
[:& align-self-row {:is-col? is-col?
|
||||
:align-self align-self
|
||||
|
@ -667,7 +667,7 @@
|
|||
:on-change-behaviour-v-refactor on-change-behaviour-v
|
||||
:on-change on-change-behaviour}]]
|
||||
|
||||
(when is-layout-child?
|
||||
(when (and is-layout-child? is-flex-parent?)
|
||||
[:div.layout-row
|
||||
[:div.row-title "Align"]
|
||||
[:div.btn-wrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue