From d497b15bedae37abb105d750ef1dfe16f6a7e05d Mon Sep 17 00:00:00 2001 From: Zephyruso <127948745+Zephyruso@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:55:58 +0800 Subject: feat: close connection single or with filter (#64) --- src/components/ConnectionTable.scss | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/components/ConnectionTable.scss (limited to 'src/components/ConnectionTable.scss') diff --git a/src/components/ConnectionTable.scss b/src/components/ConnectionTable.scss new file mode 100644 index 0000000..22324db --- /dev/null +++ b/src/components/ConnectionTable.scss @@ -0,0 +1,23 @@ +.connections-table { + td.ctrl { + min-width: 4em; + text-align: center; + display: flex; + justify-content: center; + align-items: center; + + svg { + height: 16px; + } + } + + td.type, + td.start, + td.downloadSpeedCurr, + td.uploadSpeedCurr, + td.download, + td.upload { + min-width: 7em; + text-align: center; + } +} -- cgit v1.3.1