diff --git a/frontend/app/globals.css b/frontend/app/globals.css index d5b0ea1..11f46c5 100644 --- a/frontend/app/globals.css +++ b/frontend/app/globals.css @@ -282,10 +282,8 @@ } @media (max-width: 768px) { - .yt-main-content { - margin-left: 0; - padding-bottom: 56px; - } + .yt-main-content, + .yt-main-content.sidebar-open { margin-left: 0 !important; padding-bottom: 56px; } } /* ===== VISIBILITY UTILITIES ===== */