fix: make posters a bit smaller

This commit is contained in:
Fredrik Burmester
2024-08-20 19:18:51 +02:00
parent 5e081751a4
commit eed4df6a8a
5 changed files with 17 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ export const ScrollingCollectionList: React.FC<Props> = ({
key={index}
item={item}
className={`flex flex-col
${orientation === "vertical" ? "w-32" : "w-48"}
${orientation === "vertical" ? "w-28" : "w-44"}
`}
>
<View>