summaryrefslogtreecommitdiff
path: root/src/components/Connections.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-01-07 00:39:57 +0800
committerHaishan <[email protected]>2020-01-07 22:10:55 +0800
commitff04a47ca4c5a758a8a158062da19919a8c011c7 (patch)
treeede8b36f22a2016b30f95a375e2fa58d0d788c8a /src/components/Connections.module.css
parentdfbdee474979b21249461f270edfa0225994f298 (diff)
feat(Conns): keep up to 100 closed connections in another tab
Diffstat (limited to 'src/components/Connections.module.css')
-rw-r--r--src/components/Connections.module.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/Connections.module.css b/src/components/Connections.module.css
index 4991f29..45f20de 100644
--- a/src/components/Connections.module.css
+++ b/src/components/Connections.module.css
@@ -6,3 +6,15 @@
color: var(--color-background);
opacity: 0.1;
}
+
+.connQty {
+ font-family: var(--font-normal);
+ font-size: 0.75em;
+ margin-left: 3px;
+ padding: 2px 7px;
+ display: inline-flex;
+ justify-content: center;
+ align-items: center;
+ background-color: var(--bg-near-transparent);
+ border-radius: 30px;
+}