mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-11 03:21:59 +01:00
fix: make posters a bit smaller
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user