summaryrefslogtreecommitdiff
path: root/src/components/proxies/Proxy.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-11-09 21:03:23 +0800
committerHaishan <[email protected]>2020-11-09 21:04:42 +0800
commitc179977524cc4fedd670eefe782896256bc783d8 (patch)
tree1448f2e206bcffdbc92eb6b090429d929d9b3121 /src/components/proxies/Proxy.module.css
parent62c1f1dc4452de782fedbbfe3b51278dac531e69 (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.css3
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;
}
}