From f4ae815cdf7f46e5edc79399aa177c2d6bb46d37 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Apr 2026 22:25:06 +0000 Subject: [PATCH] Make Collections list visible in main area on mobile Contents tab Issue: Tapping 'Contents' tab did nothing on mobile (sidebar hidden) Fix: When Contents tab is active, show Collections list in main content area Collections list now appears as full-width content when needed. Media tab continues to work normally. --- admin/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/admin/index.html b/admin/index.html index bba06f0..65898a1 100644 --- a/admin/index.html +++ b/admin/index.html @@ -29,6 +29,19 @@ display: none !important; } + /* BUT show sidebar content in main area when Contents tab is active */ + [class*="App-content"].active aside, + [class*="App-content"].active [class*="Sidebar"], + .contents-active aside, + .contents-active [class*="Sidebar"] { + display: block !important; + position: static !important; + width: 100% !important; + max-width: 100% !important; + height: auto !important; + border: none !important; + } + /* Main content takes full width */ main, [class*="MainContent"],