summaryrefslogtreecommitdiff
path: root/src/components/ProxyProvider.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2019-12-26 18:16:40 +0800
committerHaishan <[email protected]>2019-12-26 18:16:40 +0800
commitb033b4825dfeb2e3a15bae298856d5001310a487 (patch)
tree51714bcaa02d65abb7dc89527a83f6f9e50103dc /src/components/ProxyProvider.module.css
parent62b7f7f7ba6cafe72222dd3005a16278115be0a8 (diff)
feat: can healthcheck a provider
Diffstat (limited to 'src/components/ProxyProvider.module.css')
-rw-r--r--src/components/ProxyProvider.module.css6
1 files changed, 6 insertions, 0 deletions
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 {