diff options
Diffstat (limited to 'src/components/ProxyProvider.module.css')
| -rw-r--r-- | src/components/ProxyProvider.module.css | 6 |
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 { |
