[fix] loading indicator shouldn't nudge content downward
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
c58342d397
commit
c11b99c0d4
|
@ -36,8 +36,11 @@
|
||||||
[(animation/timing anim-width (easing-out 0.15))
|
[(animation/timing anim-width (easing-out 0.15))
|
||||||
(animation/timing anim-x (easing-out 0))])]))))}
|
(animation/timing anim-x (easing-out 0))])]))))}
|
||||||
[react/view {:style {:width parent-width
|
[react/view {:style {:width parent-width
|
||||||
|
:position :absolute
|
||||||
|
:top -3
|
||||||
|
:elevation 2
|
||||||
:height 3
|
:height 3
|
||||||
:background-color colors/blue-light}}
|
:background-color colors/white}}
|
||||||
[react/animated-view {:style {:margin-left anim-x
|
[react/animated-view {:style {:margin-left anim-x
|
||||||
:width anim-width
|
:width anim-width
|
||||||
:height 3
|
:height 3
|
||||||
|
|
Loading…
Reference in New Issue