From 2a3d3afbb870f021c10b2b1d25d9b6dcb15ec24f Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Wed, 3 Sep 2025 08:56:46 +0000 Subject: [PATCH] Adjust spacing on mobile for category titles and video rows Update netflix-grid.tsx to modify margin-bottom for category titles on mobile devices and adjust padding for video rows to ensure consistent spacing on smaller screens. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2cd2c0bc-434c-4bc9-ad3f-b99d3897a0d1 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/2cd2c0bc-434c-4bc9-ad3f-b99d3897a0d1/OdlP8Wj --- client/src/components/netflix-grid.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index 31f94af..ccafcd6 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -357,7 +357,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate className="relative" onMouseLeave={() => setClickedVideoId(null)} > -

+

{category.title}

@@ -390,7 +390,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate {/* Scrollable video row - in container */}