From 31f662a5823cb97b228a1755f76e5a2ec7766362 Mon Sep 17 00:00:00 2001 From: sarendsen Date: Mon, 21 Apr 2025 12:28:12 +0200 Subject: [PATCH] style: horizontal width --- components/ContinueWatchingPoster.tsx | 5 ++--- components/home/ScrollingCollectionList.tsx | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/components/ContinueWatchingPoster.tsx b/components/ContinueWatchingPoster.tsx index c15495ce..c5c4653f 100644 --- a/components/ContinueWatchingPoster.tsx +++ b/components/ContinueWatchingPoster.tsx @@ -80,9 +80,8 @@ const ContinueWatchingPoster: React.FC = ({ return ( = ({ 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" && (