From 6e205882361f29c631df036a87cefc1af057bcec Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Fri, 12 Jun 2026 18:25:27 +0200 Subject: [PATCH] style(ui): enlarge row action icons and rebalance clients table widths Bump row action icons to 18px across the clients, inbounds, groups and nodes tables for better visibility. In the clients table, cap the Client column at 220px and give Duration a fixed width so the Traffic column becomes the flexible one that absorbs the remaining horizontal space instead of Client growing oversized. --- frontend/src/pages/clients/ClientsPage.tsx | 13 +++++++------ frontend/src/pages/groups/GroupsPage.tsx | 4 ++-- frontend/src/pages/inbounds/list/RowActions.tsx | 4 ++-- frontend/src/pages/nodes/NodeList.tsx | 8 ++++---- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/frontend/src/pages/clients/ClientsPage.tsx b/frontend/src/pages/clients/ClientsPage.tsx index ecc8db07f..f752aba0d 100644 --- a/frontend/src/pages/clients/ClientsPage.tsx +++ b/frontend/src/pages/clients/ClientsPage.tsx @@ -605,19 +605,19 @@ export default function ClientsPage() { render: (_v, record) => ( -