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 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-02-17 15:21:18 +00:00
parent d40bd37406
commit 34ecec3800

View File

@@ -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) {