diff --git a/attached_assets/image_1756739522353.png b/attached_assets/image_1756739522353.png new file mode 100644 index 0000000..fbe057f Binary files /dev/null and b/attached_assets/image_1756739522353.png differ diff --git a/attached_assets/image_1756739541071.png b/attached_assets/image_1756739541071.png new file mode 100644 index 0000000..523c5fa Binary files /dev/null and b/attached_assets/image_1756739541071.png differ diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index a29d1bb..70384b0 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -240,7 +240,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate onMouseLeave={() => setClickedVideoId(null)} >

- TEST SPREMEMBA - {category.title} + {category.title}

@@ -249,11 +249,10 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate ref={scrollRef} className="flex gap-3 overflow-x-auto scrollbar-hide pb-0 pl-4 pr-4" style={{ - maxWidth: '800px', + maxWidth: '900px', margin: '0 auto', scrollbarWidth: 'none', - msOverflowStyle: 'none', - backgroundColor: 'rgba(255, 0, 0, 0.1)' + msOverflowStyle: 'none' }} > {category.videos.map((video, index) => (