mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
revert: restore all files to 52ddee3 — kiosk JS patches broke JARVIS completely
This commit is contained in:
@@ -1364,24 +1364,3 @@ body.tablet-mode .alert-item { font-size:0.75rem; padding:9px 11px; }
|
||||
|
||||
/* ── BOTTOM BAR ─────────────────────────────────────────────────── */
|
||||
body.tablet-mode #bottomBar { font-size:0.7rem; height:34px; }
|
||||
|
||||
/* ════════════════════════════════════════════════════════════════════════
|
||||
KIOSK MODE — hide noisy panels, keep it clean on Fire tablet
|
||||
Only active when body.kiosk-mode (fullscreen + tablet)
|
||||
════════════════════════════════════════════════════════════════════════ */
|
||||
|
||||
/* Hide server stats, agents tab, guardian tab in kiosk */
|
||||
body.kiosk-mode #server-panel { display:none !important; }
|
||||
body.kiosk-mode #tab-btn-agents { display:none !important; }
|
||||
body.kiosk-mode #tab-btn-guardian { display:none !important; }
|
||||
body.kiosk-mode #tab-agents { display:none !important; }
|
||||
body.kiosk-mode #tab-guardian { display:none !important; }
|
||||
|
||||
/* Hide bottom bar: Home Assistant, Agents, Memory, Proxmox */
|
||||
body.kiosk-mode #bb-ha-item { display:none !important; }
|
||||
body.kiosk-mode #bb-agents-item { display:none !important; }
|
||||
body.kiosk-mode #bb-memory-item { display:none !important; }
|
||||
body.kiosk-mode #bb-pve-item { display:none !important; }
|
||||
body.kiosk-mode #network-status-panel { display:none !important; }
|
||||
|
||||
/* If agents or guardian was the active tab, switch to intel */
|
||||
|
||||
Reference in New Issue
Block a user