fix(tv): remove extra left margin from see all card in collection lists

This commit is contained in:
Fredrik Burmester
2026-01-18 22:20:43 +01:00
parent 493df28b8d
commit a8c07a31d3

View File

@@ -456,12 +456,12 @@ export const InfiniteScrollingCollectionList: React.FC<Props> = ({
style={{
flexDirection: "row",
alignItems: "center",
marginLeft: itemWidth / 2,
}}
>
{isFetchingNextPage && (
<View
style={{
marginLeft: itemWidth / 2,
marginRight: ITEM_GAP,
justifyContent: "center",
height: orientation === "horizontal" ? 191 : 315,