mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-26 13:08:23 +00:00
fix(tv): remove extra left margin from see all card in collection lists
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user