[#10658] "connection is secure" tooltip is not aligned with URL field

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2020-06-16 09:55:08 +02:00
parent 24ef4cbd97
commit e59e17e6e7
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@
:color color)]]]))
(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)]
{: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/animated-view {:style (styles/tooltip-animated bottom-anim-value opacity-value)}
[vector-icons/icon :icons/tooltip-tip (assoc