From 34ecec38000ea237c0a8f3e1a6e479e437011854 Mon Sep 17 00:00:00 2001 From: Smittix Date: Tue, 17 Feb 2026 15:21:18 +0000 Subject: [PATCH] fix: Hide collapse sidebar button in analytics mode The button is unnecessary since analytics expands the sidebar to full width with no output panel to reveal. Co-Authored-By: Claude Opus 4.6 --- static/css/modes/analytics.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/modes/analytics.css b/static/css/modes/analytics.css index 7fe22f6..e022e4d 100644 --- a/static/css/modes/analytics.css +++ b/static/css/modes/analytics.css @@ -12,6 +12,9 @@ max-width: 100% !important; width: 100% !important; } + .main-content.analytics-active .sidebar-collapse-btn { + display: none !important; + } } @media (max-width: 1023px) {