From abfd2263333b79daaa022051a71a87a837d699d8 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 4 Sep 2025 12:39:49 +0000 Subject: [PATCH] Adjust spacing for category navigation dots on mobile Update the margin-bottom for the mobile navigation dots in the `netflix-grid.tsx` component to `mb-4` from `mb-2`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 946a0075-7e32-454b-b348-9e7f576d7f45 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/946a0075-7e32-454b-b348-9e7f576d7f45/JlONw6J --- client/src/components/netflix-grid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index 87528ab..7d13801 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -455,7 +455,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate {/* Mobile navigation dots - only visible on mobile, under all video rows */} -
+
{Array.from({ length: Math.min(10, category.videos.length) }, (_, index) => (