[fix] loading indicator shouldn't nudge content downward

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
yenda 2019-02-01 10:19:32 +01:00
parent c58342d397
commit c11b99c0d4
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 4 additions and 1 deletions

View File

@ -36,8 +36,11 @@
[(animation/timing anim-width (easing-out 0.15))
(animation/timing anim-x (easing-out 0))])]))))}
[react/view {:style {:width parent-width
:position :absolute
:top -3
:elevation 2
:height 3
:background-color colors/blue-light}}
:background-color colors/white}}
[react/animated-view {:style {:margin-left anim-x
:width anim-width
:height 3