summaryrefslogtreecommitdiff
path: root/src/components/ModalCloseAllConnections.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-04-26 17:35:03 +0800
committerHaishan <[email protected]>2020-04-26 17:59:02 +0800
commit94e2b1e3985f8f4cfeb26a43c59cada184c7d4aa (patch)
tree2d88e5e3ace986e1c08f3eca5e787d1339249dd2 /src/components/ModalCloseAllConnections.module.css
parent7cdbba5bf47062f80a0dc7d80a62ff977d4f568e (diff)
feat: allow change proxies sorting in group
Diffstat (limited to 'src/components/ModalCloseAllConnections.module.css')
-rw-r--r--src/components/ModalCloseAllConnections.module.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ModalCloseAllConnections.module.css b/src/components/ModalCloseAllConnections.module.css
index f3b54c1..9bb7c6a 100644
--- a/src/components/ModalCloseAllConnections.module.css
+++ b/src/components/ModalCloseAllConnections.module.css
@@ -6,7 +6,7 @@
color: var(--color-text);
max-width: 300px;
line-height: 1.4;
- transform: translate(-50%, -50%) scale(1.5);
+ transform: translate(-50%, -50%) scale(1.2);
opacity: 0.6;
transition: all 0.3s ease;
}