From 03e46d909685bbeba8a0fe50e11a6e3fa970bd55 Mon Sep 17 00:00:00 2001 From: Haishan Date: Mon, 11 Feb 2019 22:24:56 +0800 Subject: style: new layout for proxy item also: - speed up proxy item on hover scale up animation - reduce icons stroke width --- src/components/Proxy.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/Proxy.js') diff --git a/src/components/Proxy.js b/src/components/Proxy.js index d1959d0..3d22ade 100644 --- a/src/components/Proxy.js +++ b/src/components/Proxy.js @@ -57,10 +57,10 @@ function Proxy({ now, name }) { return (
-
- +
+
-
+
{name}
{latency ? : null}
-- cgit v1.3.1