From 3a1e7cad341f1c241ff3669548e0cd61d638ae6b Mon Sep 17 00:00:00 2001 From: Khoa Vo Date: Thu, 14 May 2026 19:45:06 +0700 Subject: [PATCH] fix: main content margin-left overriding mobile layout, causing shifted thumbnails --- frontend/app/globals.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 ===== */