diff options
| author | Haishan <[email protected]> | 2020-11-09 21:03:23 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-11-09 21:04:42 +0800 |
| commit | c179977524cc4fedd670eefe782896256bc783d8 (patch) | |
| tree | 1448f2e206bcffdbc92eb6b090429d929d9b3121 /src/components/proxies/Proxy.module.css | |
| parent | 62c1f1dc4452de782fedbbfe3b51278dac531e69 (diff) | |
refactor: display proxy type Shadowsocks as SS
also make proxy type text smaller
for https://github.com/haishanh/yacd/issues/539
Diffstat (limited to 'src/components/proxies/Proxy.module.css')
| -rw-r--r-- | src/components/proxies/Proxy.module.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/proxies/Proxy.module.css b/src/components/proxies/Proxy.module.css index 03c4df8..b25948b 100644 --- a/src/components/proxies/Proxy.module.css +++ b/src/components/proxies/Proxy.module.css @@ -42,8 +42,9 @@ .proxyType { font-family: var(--font-mono); font-size: 0.6em; + margin-right: 3px; @media (--breakpoint-not-small) { - font-size: 1em; + font-size: 0.85em; } } |
