diff options
| author | zephyr <[email protected]> | 2023-06-21 10:26:02 +0800 |
|---|---|---|
| committer | kunish <[email protected]> | 2023-06-21 10:32:10 +0800 |
| commit | db272222665b8a6e9e8b2ade51b6995e5d8f22b6 (patch) | |
| tree | 77b377c73de5b58a3b943de132b54d18a4e3cd52 /src/components/ConnectionTable.module.scss | |
| parent | 8128705d1faa2ba814956a544287460e494a6502 (diff) | |
fix: i18n
Diffstat (limited to 'src/components/ConnectionTable.module.scss')
| -rw-r--r-- | src/components/ConnectionTable.module.scss | 7 |
1 files changed, 4 insertions, 3 deletions
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); |
