From c179977524cc4fedd670eefe782896256bc783d8 Mon Sep 17 00:00:00 2001 From: Haishan Date: Mon, 9 Nov 2020 21:03:23 +0800 Subject: refactor: display proxy type Shadowsocks as SS also make proxy type text smaller for https://github.com/haishanh/yacd/issues/539 --- src/components/proxies/Proxy.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/proxies/Proxy.module.css') 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; } } -- cgit v1.3.1