From 152615c3f8a100ffec33e305272dec656d569149 Mon Sep 17 00:00:00 2001 From: zephyr Date: Sun, 25 Jun 2023 15:03:39 +0800 Subject: fix: move client tag and table setting btns to lower right --- src/components/ConnectionTable.module.scss | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/components/ConnectionTable.module.scss') diff --git a/src/components/ConnectionTable.module.scss b/src/components/ConnectionTable.module.scss index f516003..1f1a48c 100644 --- a/src/components/ConnectionTable.module.scss +++ b/src/components/ConnectionTable.module.scss @@ -83,10 +83,3 @@ .rotate180 { transform: rotate(180deg); } - -.columnManagerRow { - width: 200px; - display: flex; - margin: 5px 0; - justify-content: space-between; -} -- cgit v1.3.1