fix: show live connection indicator on mobile
CI / Static checks (push) Successful in 1m8s
CI / Build and push image (push) Skipped

The header's live/connecting status was hidden below the 860px
breakpoint; keep it visible on mobile too.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-19 08:45:38 +02:00
co-authored by Claude Sonnet 5
parent 1d51c5c887
commit 491c0a9c7c
-3
View File
@@ -169,7 +169,4 @@ body {
grid-column: 1 / -1 !important; grid-column: 1 / -1 !important;
grid-row: auto !important; grid-row: auto !important;
} }
.pn-live-label {
display: none !important;
}
} }