[#10658] "connection is secure" tooltip is not aligned with URL field
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
24ef4cbd97
commit
e59e17e6e7
|
@ -26,9 +26,9 @@
|
||||||
:color color)]]]))
|
:color color)]]]))
|
||||||
|
|
||||||
(views/defview bottom-tooltip-info [label on-close]
|
(views/defview bottom-tooltip-info [label on-close]
|
||||||
(views/letsubs [bottom-anim-value (animation/create-value 150)
|
(views/letsubs [bottom-anim-value (animation/create-value 75)
|
||||||
opacity-value (animation/create-value 0)]
|
opacity-value (animation/create-value 0)]
|
||||||
{:component-did-mount (animations/animate-tooltip 150 bottom-anim-value opacity-value 10)}
|
{:component-did-mount (animations/animate-tooltip 75 bottom-anim-value opacity-value 10)}
|
||||||
[react/view styles/bottom-tooltip-container
|
[react/view styles/bottom-tooltip-container
|
||||||
[react/animated-view {:style (styles/tooltip-animated bottom-anim-value opacity-value)}
|
[react/animated-view {:style (styles/tooltip-animated bottom-anim-value opacity-value)}
|
||||||
[vector-icons/icon :icons/tooltip-tip (assoc
|
[vector-icons/icon :icons/tooltip-tip (assoc
|
||||||
|
|
Loading…
Reference in New Issue