mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 18:36:12 +02:00
🐛 Fix problem with reverse config in flex
This commit is contained in:
parent
97fb1e00c2
commit
ba4554da79
3 changed files with 16 additions and 8 deletions
|
@ -502,8 +502,10 @@
|
|||
(defn translate-layout-flex-dir
|
||||
[flex-dir]
|
||||
(case flex-dir
|
||||
:row 0
|
||||
:column 1))
|
||||
:row 0
|
||||
:row-reverse 1
|
||||
:column 2
|
||||
:column-reverse 3))
|
||||
|
||||
(defn translate-layout-align-items
|
||||
[align-items]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue