diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index 494d0a7..0e7defd 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -404,11 +404,11 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate : 'bg-white/15 hover:bg-white/25' }`} style={{ - width: '16px', - height: '16px', - minWidth: '16px', - minHeight: '16px', - transform: index === currentIndex ? 'scale(1.2)' : 'scale(1)' + width: '8px', + height: '8px', + minWidth: '8px', + minHeight: '8px', + transform: index === currentIndex ? 'scale(1.25)' : 'scale(1)' }} aria-label={`Go to card ${index + 1}`} />