[BUG #2419] Adapt description text input size to make it not overlap with save button. And make parent view scrollable
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
This commit is contained in:
parent
bd6adac02b
commit
91a7dc2cdf
|
@ -96,7 +96,7 @@
|
|||
[react/keyboard-avoiding-view {:style styles/profile}
|
||||
[status-bar]
|
||||
[edit-my-profile-toolbar]
|
||||
[react/view styles/edit-my-profile-form
|
||||
[react/scroll-view styles/edit-my-profile-form
|
||||
[edit-profile-badge changed-account]
|
||||
[edit-profile-status]
|
||||
[status-prompt changed-account]]
|
||||
|
|
|
@ -181,7 +181,7 @@
|
|||
:ios {:font-size 17
|
||||
:padding-bottom 0
|
||||
:padding-top 0
|
||||
:height 74
|
||||
:height 60
|
||||
:letter-spacing -0.2}
|
||||
:android {:font-size 16
|
||||
:padding-top 5
|
||||
|
@ -199,7 +199,7 @@
|
|||
(defstyle edit-profile-status
|
||||
{:background-color color-light-gray
|
||||
:border-radius 4
|
||||
:height 104
|
||||
:height 90
|
||||
:padding-horizontal 16
|
||||
:padding-bottom 16
|
||||
:margin-left 16
|
||||
|
|
Loading…
Reference in New Issue