From db272222665b8a6e9e8b2ade51b6995e5d8f22b6 Mon Sep 17 00:00:00 2001 From: zephyr Date: Wed, 21 Jun 2023 10:26:02 +0800 Subject: fix: i18n --- src/components/ConnectionTable.module.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/components/ConnectionTable.module.scss') diff --git a/src/components/ConnectionTable.module.scss b/src/components/ConnectionTable.module.scss index 180b9ae..f516003 100644 --- a/src/components/ConnectionTable.module.scss +++ b/src/components/ConnectionTable.module.scss @@ -20,9 +20,9 @@ } .btnSection { - width: 140px; - display: flex; - justify-content: space-between; + button { + margin-right: 15px; + } } .break { @@ -53,6 +53,7 @@ .overlay { background: #444; } + .modal { background-color: var(--bg-modal); // color: var(--color-text); -- cgit v1.3.1