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

@@ -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" && (