From 2e9b54b6cf912f8ced7bfa077b0e26dff1c9974e Mon Sep 17 00:00:00 2001 From: l5y <220195275+l5yth@users.noreply.github.com> Date: Mon, 6 Oct 2025 08:04:07 +0200 Subject: [PATCH] Hide Air Util Tx column on mobile (#235) --- web/views/index.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/views/index.erb b/web/views/index.erb index ee39a34..0759974 100644 --- a/web/views/index.erb +++ b/web/views/index.erb @@ -385,6 +385,8 @@ var(--fg); } #nodes td:nth-child(6), #nodes th:nth-child(9), #nodes td:nth-child(9), + #nodes th:nth-child(11), + #nodes td:nth-child(11), #nodes th:nth-child(13), #nodes td:nth-child(13), #nodes th:nth-child(14),