mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 02:35:54 +00:00
Fix bottom spacing on image selector (#14612)
This commit is contained in:
parent
8ff32f4fc3
commit
d9e8fea14b
@ -7,7 +7,7 @@
|
||||
{:width "100%"
|
||||
:height (+ (:bottom safe-area) 65)
|
||||
:position :absolute
|
||||
:bottom (if platform/ios? 0 80)})
|
||||
:bottom (if platform/ios? 0 65)})
|
||||
|
||||
(defn buttons-container
|
||||
[safe-area]
|
||||
|
Loading…
x
Reference in New Issue
Block a user