Let the preview area extend to the max width available
This commit is contained in:
parent
8502834500
commit
3060be023e
|
@ -146,9 +146,9 @@
|
|||
|
||||
(= (:context @state) :complex-user-action)
|
||||
(assoc :context complex-user-action))]
|
||||
[rn/view {:margin-bottom 50
|
||||
[rn/view {:margin-bottom 50}
|
||||
[rn/view {:flex 1
|
||||
:padding 16}
|
||||
[rn/view {:flex 1}
|
||||
[preview/customizer state descriptor]]
|
||||
[rn/view {:background-color colors/neutral-95-opa-80
|
||||
:flex-direction :row
|
||||
|
|
Loading…
Reference in New Issue