From a8c07a31d35db684a7cc38eb1224d5d92abd7441 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sun, 18 Jan 2026 22:20:43 +0100 Subject: [PATCH] fix(tv): remove extra left margin from see all card in collection lists --- components/home/InfiniteScrollingCollectionList.tv.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/home/InfiniteScrollingCollectionList.tv.tsx b/components/home/InfiniteScrollingCollectionList.tv.tsx index 8ce25691..c66004a0 100644 --- a/components/home/InfiniteScrollingCollectionList.tv.tsx +++ b/components/home/InfiniteScrollingCollectionList.tv.tsx @@ -456,12 +456,12 @@ export const InfiniteScrollingCollectionList: React.FC = ({ style={{ flexDirection: "row", alignItems: "center", - marginLeft: itemWidth / 2, }} > {isFetchingNextPage && (