Revert "style: horizontal width"

This reverts commit 31f662a582.
This commit is contained in:
sarendsen
2025-05-14 21:07:18 +02:00
parent 2ffd569bba
commit e939c9b933
2 changed files with 4 additions and 3 deletions

View File

@@ -80,7 +80,8 @@ const ContinueWatchingPoster: React.FC<ContinueWatchingPosterProps> = ({
return (
<View
className={`
relative aspect-video rounded-lg overflow-hidden border border-neutral-800
relative w-44 aspect-video rounded-lg overflow-hidden border border-neutral-800
${size === "small" ? "w-32" : "w-44"}
`}
>
<View className='w-full h-full flex items-center justify-center'>

View File

@@ -91,7 +91,7 @@ export const ScrollingCollectionList: React.FC<Props> = ({
item={item}
key={item.Id}
className={`mr-2
${orientation === "horizontal" ? "w-56" : "w-28"}
${orientation === "horizontal" ? "w-44" : "w-28"}
`}
>
{item.Type === "Episode" && orientation === "horizontal" && (