mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-17 14:56:20 +00:00
fix: make posters a bit smaller
This commit is contained in:
@@ -52,7 +52,7 @@ export const NextUp: React.FC<{ seriesId: string }> = ({ seriesId }) => {
|
||||
router.push(`/(auth)/items/${item.Id}`);
|
||||
}}
|
||||
key={item.Id}
|
||||
className="flex flex-col w-32"
|
||||
className="flex flex-col w-44"
|
||||
>
|
||||
<ContinueWatchingPoster item={item} />
|
||||
<ItemCardText item={item} />
|
||||
|
||||
Reference in New Issue
Block a user