From fbcf4e65e8dccc044a7c36ecbabbbc3a57a39f92 Mon Sep 17 00:00:00 2001 From: Ivan Evans <74743263+Pasithea0@users.noreply.github.com> Date: Sat, 28 Sep 2024 21:50:34 -0600 Subject: [PATCH] make chevron margin smaller --- src/utils/discoverContent.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/utils/discoverContent.tsx b/src/utils/discoverContent.tsx index 5f4b4465..8486573f 100644 --- a/src/utils/discoverContent.tsx +++ b/src/utils/discoverContent.tsx @@ -1011,7 +1011,7 @@ export function DiscoverContent() { {/* Render Movies */} {selectedCategory === "movies" && ( <> -
+
{isMobile && (
{renderScrollButton("providers", "left")} @@ -1035,7 +1035,7 @@ export function DiscoverContent() {
)}
-
+
{renderScrollButton("movies", "left")}