From 850f34e53e5a50a886db24eae8c473e8ecbaeda7 Mon Sep 17 00:00:00 2001 From: Tejas Panchal Date: Fri, 1 Aug 2025 22:35:59 +0530 Subject: [PATCH] fix padding --- src/pages/animeInfo/AnimeInfo.jsx | 8 ++++---- src/pages/category/Category.jsx | 2 +- src/pages/contact/Contact.jsx | 2 +- src/pages/watch/Watch.jsx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/animeInfo/AnimeInfo.jsx b/src/pages/animeInfo/AnimeInfo.jsx index ac1e45d..0e74ba4 100644 --- a/src/pages/animeInfo/AnimeInfo.jsx +++ b/src/pages/animeInfo/AnimeInfo.jsx @@ -156,7 +156,7 @@ function AnimeInfo({ random = false }) {
{/* Main Content */} -
+
{/* Mobile Layout */}
@@ -447,7 +447,7 @@ function AnimeInfo({ random = false }) { {/* Seasons Section */} {seasons?.length > 0 && ( -
+

More Seasons

{seasons.map((season, index) => ( @@ -501,14 +501,14 @@ function AnimeInfo({ random = false }) { {/* Voice Actors Section */} {animeInfo?.charactersVoiceActors.length > 0 && ( -
+
)} {/* Recommendations Section */} {animeInfo.recommended_data.length > 0 && ( -
+
{categoryInfo ? ( -
+
{page > totalPages ? (

You came a long way, go back
diff --git a/src/pages/contact/Contact.jsx b/src/pages/contact/Contact.jsx index b24d014..541aebd 100644 --- a/src/pages/contact/Contact.jsx +++ b/src/pages/contact/Contact.jsx @@ -6,7 +6,7 @@ import { faPaperPlane } from "@fortawesome/free-solid-svg-icons"; function Contact() { return ( -

+

Contact Us

diff --git a/src/pages/watch/Watch.jsx b/src/pages/watch/Watch.jsx index c5b88cc..53ec986 100644 --- a/src/pages/watch/Watch.jsx +++ b/src/pages/watch/Watch.jsx @@ -223,10 +223,10 @@ export default function Watch() { }, [animeId, animeInfo]); return (

-
+
{/* Left Column - Player, Controls, Servers */} -
+
{/* Video Container */}