style: horizontal width

This commit is contained in:
sarendsen
2025-04-21 12:28:12 +02:00
parent 23e0ec9774
commit 31f662a582
2 changed files with 3 additions and 4 deletions

View File

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