diff options
| author | Haishan <[email protected]> | 2020-06-16 22:22:01 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-06-16 22:22:01 +0800 |
| commit | babe27f9d291283a749552913a46cb9a9d2512e4 (patch) | |
| tree | b4ea3106a1141b9457683b420f73297126d73f01 /src/components/proxies/ProxyList.module.css | |
| parent | c848d8414e4186d2f7574466ccadbd63c9d99ba5 (diff) | |
feat: use special color for non-proxy summary view dot item
Diffstat (limited to 'src/components/proxies/ProxyList.module.css')
| -rw-r--r-- | src/components/proxies/ProxyList.module.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/proxies/ProxyList.module.css b/src/components/proxies/ProxyList.module.css index ba00f90..00f8ad2 100644 --- a/src/components/proxies/ProxyList.module.css +++ b/src/components/proxies/ProxyList.module.css @@ -1,12 +1,12 @@ .list { - margin-top: 8px; + margin: 8px 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(auto, 280px)); grid-gap: 10px; } .listSummaryView { - margin-top: 8px; + margin: 8px 0; display: grid; grid-template-columns: repeat(auto-fill, 13px); grid-gap: 10px; |
