From 93903c49ef690a7838db5ab215170dae13afcb57 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Mon, 1 Sep 2025 18:08:36 +0000 Subject: [PATCH] Improve grid layout for video display on the homepage Wrap the NetflixGrid component in a container div for better layout control in grid view on the homepage. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 890577b1-c154-40a4-a177-a0c6d55320c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/890577b1-c154-40a4-a177-a0c6d55320c3/i6vzKyk --- client/src/pages/home.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index a3436dd..8b442fd 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -174,10 +174,12 @@ export default function Home() {
{viewMode === "grid" ? ( -