Fix bottom spacing on image selector (#14612)
This commit is contained in:
parent
8ff32f4fc3
commit
d9e8fea14b
|
@ -7,7 +7,7 @@
|
||||||
{:width "100%"
|
{:width "100%"
|
||||||
:height (+ (:bottom safe-area) 65)
|
:height (+ (:bottom safe-area) 65)
|
||||||
:position :absolute
|
:position :absolute
|
||||||
:bottom (if platform/ios? 0 80)})
|
:bottom (if platform/ios? 0 65)})
|
||||||
|
|
||||||
(defn buttons-container
|
(defn buttons-container
|
||||||
[safe-area]
|
[safe-area]
|
||||||
|
|
Loading…
Reference in New Issue