From 94e2b1e3985f8f4cfeb26a43c59cada184c7d4aa Mon Sep 17 00:00:00 2001 From: Haishan Date: Sun, 26 Apr 2020 17:35:03 +0800 Subject: feat: allow change proxies sorting in group --- src/components/ModalCloseAllConnections.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ModalCloseAllConnections.module.css') 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; } -- cgit v1.3.1