diff options
| author | Zephyruso <[email protected]> | 2023-06-28 12:55:58 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-28 12:55:58 +0800 |
| commit | d497b15bedae37abb105d750ef1dfe16f6a7e05d (patch) | |
| tree | a3567f2bf7bf9f228fea42ff996154198d38b311 /src/components/ConnectionTable.scss | |
| parent | f189d5b14f8c37c8d48a5c54fa52a0125f4d5306 (diff) | |
feat: close connection single or with filter (#64)
Diffstat (limited to 'src/components/ConnectionTable.scss')
| -rw-r--r-- | src/components/ConnectionTable.scss | 23 |
1 files changed, 23 insertions, 0 deletions
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; + } +} |
