diff options
| author | Matain <[email protected]> | 2022-11-08 19:28:25 +0800 |
|---|---|---|
| committer | Matain <[email protected]> | 2022-11-08 19:28:25 +0800 |
| commit | 93df78f185efe8d0cb07aa75a8cccd38856bf12a (patch) | |
| tree | c0ff0bb3116e370bfcd1f77fc43663715bc2694c /src/components/proxies/Proxy.module.scss | |
| parent | 61afe0a5c6af90685de844e867f52c9c0bb8be05 (diff) | |
config change
Diffstat (limited to 'src/components/proxies/Proxy.module.scss')
| -rw-r--r-- | src/components/proxies/Proxy.module.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/components/proxies/Proxy.module.scss b/src/components/proxies/Proxy.module.scss index c9a59cd..0fbd818 100644 --- a/src/components/proxies/Proxy.module.scss +++ b/src/components/proxies/Proxy.module.scss @@ -47,7 +47,14 @@ font-size: 0.7em; } } - +.udpType { + font-family: var(--font-mono); + font-size: 0.6em; + margin-right: 3px; + @media (--breakpoint-not-small) { + font-size: 0.7em; + } +} .row { display: flex; align-items: center; |
