From 491c0a9c7c688eb79ae60203b6f92faabb498d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 19 Aug 2026 08:45:38 +0200 Subject: [PATCH] fix: show live connection indicator on mobile The header's live/connecting status was hidden below the 860px breakpoint; keep it visible on mobile too. Co-Authored-By: Claude Sonnet 5 --- app/globals.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/globals.css b/app/globals.css index e9bb0dd..46e4007 100644 --- a/app/globals.css +++ b/app/globals.css @@ -169,7 +169,4 @@ body { grid-column: 1 / -1 !important; grid-row: auto !important; } - .pn-live-label { - display: none !important; - } }