Update category row styling for better vertical spacing

Updated the `netflix-grid.tsx` component to modify the class names on the category row div, adjusting vertical padding from `pt-[5px] pb-[5px]` to `pt-[8px] pb-[8px]`.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8e9f2b36-ec9c-4acc-b19b-5304fa9790c5
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/8e9f2b36-ec9c-4acc-b19b-5304fa9790c5/fyyFszO
This commit is contained in:
sebastjanartic 2025-09-01 17:00:08 +00:00
parent 87e6797026
commit f5b6d7f8fd

View File

@ -242,7 +242,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate
<h2 className="text-lg font-medium text-bunny-light mb-1 mx-2 leading-tight uppercase relative z-10 first:mt-8">
{category.title}
</h2>
<div className="relative overflow-hidden mt-[0px] mb-[0px] pl-[0px] pr-[0px] pt-[5px] pb-[5px]">
<div className="relative overflow-hidden mt-[0px] mb-[0px] pt-[8px] pb-[8px]">
{/* Scrollable video row - true edge to edge */}
<div