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