From b37e55c29ab146b175ec30a89ec75c2c3a6be684 Mon Sep 17 00:00:00 2001 From: l5y <220195275+l5yth@users.noreply.github.com> Date: Mon, 6 Oct 2025 06:34:48 +0200 Subject: [PATCH] Hide humidity and pressure on mobile (#232) --- web/views/index.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/views/index.erb b/web/views/index.erb index 48d1081..8bdca71 100644 --- a/web/views/index.erb +++ b/web/views/index.erb @@ -383,6 +383,10 @@ var(--fg); } #nodes td:nth-child(6), #nodes th:nth-child(9), #nodes td:nth-child(9), + #nodes th:nth-child(13), + #nodes td:nth-child(13), + #nodes th:nth-child(14), + #nodes td:nth-child(14), #nodes th:nth-child(15), #nodes td:nth-child(15), #nodes th:nth-child(16),