From b033b4825dfeb2e3a15bae298856d5001310a487 Mon Sep 17 00:00:00 2001 From: Haishan Date: Thu, 26 Dec 2019 18:16:40 +0800 Subject: feat: can healthcheck a provider --- src/components/ProxyProvider.module.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/components/ProxyProvider.module.css') diff --git a/src/components/ProxyProvider.module.css b/src/components/ProxyProvider.module.css index 6668f67..270cd03 100644 --- a/src/components/ProxyProvider.module.css +++ b/src/components/ProxyProvider.module.css @@ -33,6 +33,12 @@ .actionFooter { display: flex; + button { + margin: 0 5px; + &:first-child { + margin-left: 0; + } + } } .refresh { -- cgit v1.3.1