summaryrefslogtreecommitdiff
path: root/src/components/ConnectionTable.module.scss
diff options
context:
space:
mode:
authorzephyr <[email protected]>2023-06-25 15:03:39 +0800
committerzephyr <[email protected]>2023-06-25 15:03:39 +0800
commit152615c3f8a100ffec33e305272dec656d569149 (patch)
tree732ee7b5150f5409626f2f39ce585924a8a04d32 /src/components/ConnectionTable.module.scss
parentcc21971645a4a6d60fce48b4da936232bddac9b9 (diff)
fix: move client tag and table setting btns to lower right
Diffstat (limited to 'src/components/ConnectionTable.module.scss')
-rw-r--r--src/components/ConnectionTable.module.scss7
1 files changed, 0 insertions, 7 deletions
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;
-}