diff options
| author | hitsmaxft <[email protected]> | 2020-02-08 17:52:34 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-02-10 17:28:04 +0800 |
| commit | b126e2c27ac1113f61320b0bf536c2f2966fa53d (patch) | |
| tree | f927efdbb7d2b6bea482e9dde2a9d763a8c0bd3c /src/components/Proxy.module.css | |
| parent | 5e3cffcdefbe0072f7717268f31d9f769ce04eb3 (diff) | |
add filter for remove unstable proxies
Diffstat (limited to 'src/components/Proxy.module.css')
| -rw-r--r-- | src/components/Proxy.module.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/components/Proxy.module.css b/src/components/Proxy.module.css index 2af1ce8..1277e1f 100644 --- a/src/components/Proxy.module.css +++ b/src/components/Proxy.module.css @@ -23,26 +23,33 @@ .proxyType { font-family: var(--font-mono); + display: inline; + padding: 0 0.3em; font-size: 0.6em; @media (--breakpoint-not-small) { font-size: 1em; } } +.proxyDisable { + display: inline; +} .proxyName { width: 100%; overflow: hidden; text-overflow: ellipsis; margin-bottom: 5px; font-size: 0.85em; + display: inline; @media (--breakpoint-not-small) { font-size: 1.1em; } } .proxyLatencyWrap { + padding: 0 0.3em; height: 30px; - display: flex; + /* display: flex; */ align-items: flex-end; } |
