From e00a60a4692cd61b43b726f3c49ec91234e75e1f Mon Sep 17 00:00:00 2001 From: Tejas Panchal Date: Sun, 10 Aug 2025 20:20:29 +0530 Subject: [PATCH] fixed/margin padding --- src/components/categorycard/CategoryCard.jsx | 2 +- src/components/continue/ContinueWatching.jsx | 2 +- src/components/producer/Producer.jsx | 4 ++-- src/components/trending/Trending.jsx | 2 +- src/pages/Home/Home.jsx | 4 ++-- src/pages/a2z/AtoZ.jsx | 4 ++-- src/pages/animeInfo/AnimeInfo.jsx | 8 ++++---- src/pages/contact/Contact.jsx | 2 +- src/pages/dmca/DMCA.jsx | 2 +- src/pages/search/Search.jsx | 4 ++-- src/pages/terms/Terms.jsx | 2 +- src/pages/watch/Watch.jsx | 14 +++++++------- 12 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/components/categorycard/CategoryCard.jsx b/src/components/categorycard/CategoryCard.jsx index 65dadf3..097eaa3 100644 --- a/src/components/categorycard/CategoryCard.jsx +++ b/src/components/categorycard/CategoryCard.jsx @@ -189,7 +189,7 @@ const CategoryCard = React.memo( ))} )} -
+
{itemsToRender.remainingItems.map((item, index) => (
{ if (memoizedWatchList.length === 0) return null; return ( -
+
diff --git a/src/components/producer/Producer.jsx b/src/components/producer/Producer.jsx index 810772c..2b177b6 100644 --- a/src/components/producer/Producer.jsx +++ b/src/components/producer/Producer.jsx @@ -50,7 +50,7 @@ function Producer() { const producerName = (id.charAt(0).toUpperCase() + id.slice(1)).split("-").join(" "); return ( -
+
{loading ? ( @@ -64,7 +64,7 @@ function Producer() {

) : producerInfo && producerInfo.length > 0 ? ( -
+

{producerName} Anime

diff --git a/src/components/trending/Trending.jsx b/src/components/trending/Trending.jsx index b70e866..1b8d081 100644 --- a/src/components/trending/Trending.jsx +++ b/src/components/trending/Trending.jsx @@ -11,7 +11,7 @@ const Trending = ({ trending, className }) => { const { language } = useLanguage(); return ( -
+

Trending Now

diff --git a/src/pages/Home/Home.jsx b/src/pages/Home/Home.jsx index c83309a..cc6eb62 100644 --- a/src/pages/Home/Home.jsx +++ b/src/pages/Home/Home.jsx @@ -18,14 +18,14 @@ function Home() { if (!homeInfo) return ; return ( <> -
+
-
+
-
+
+

Sort By Letters

diff --git a/src/pages/animeInfo/AnimeInfo.jsx b/src/pages/animeInfo/AnimeInfo.jsx index 0e74ba4..0daa94d 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 && ( -
+
+

Contact Us

diff --git a/src/pages/dmca/DMCA.jsx b/src/pages/dmca/DMCA.jsx index 4f107d2..11e5b7e 100644 --- a/src/pages/dmca/DMCA.jsx +++ b/src/pages/dmca/DMCA.jsx @@ -5,7 +5,7 @@ import { faShield } from "@fortawesome/free-solid-svg-icons"; function DMCA() { return ( -

+
{/* Content */}
diff --git a/src/pages/search/Search.jsx b/src/pages/search/Search.jsx index 8f53c21..bbe67e1 100644 --- a/src/pages/search/Search.jsx +++ b/src/pages/search/Search.jsx @@ -39,7 +39,7 @@ function Search() { const searchGridClass = "grid-cols-8 max-[1600px]:grid-cols-6 max-[1200px]:grid-cols-4 max-[758px]:grid-cols-3 max-[478px]:grid-cols-3 max-[478px]:gap-x-2"; return ( -
+
{loading ? ( @@ -53,7 +53,7 @@ function Search() {

) : searchData && searchData.length > 0 ? ( -
+

Search Results for: {keyword}

diff --git a/src/pages/terms/Terms.jsx b/src/pages/terms/Terms.jsx index 1f7c4f8..5a156cc 100644 --- a/src/pages/terms/Terms.jsx +++ b/src/pages/terms/Terms.jsx @@ -3,7 +3,7 @@ import website_name from '@/src/config/website.js'; function Terms() { return ( -
+
{/* Content */}
diff --git a/src/pages/watch/Watch.jsx b/src/pages/watch/Watch.jsx index 53ec986..1fb1e62 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 */}
@@ -354,7 +354,7 @@ export default function Watch() { {/* Mobile-only Seasons Section */} {seasons?.length > 0 && ( -
+

More Seasons

{seasons.map((season, index) => ( @@ -425,7 +425,7 @@ export default function Watch() {
{/* Anime Info Section */} -
+
{animeInfo && animeInfo?.poster ? ( 0 && ( -
+

More Seasons

{seasons.map((season, index) => ( @@ -568,7 +568,7 @@ export default function Watch() { {/* Related Anime Section */} {animeInfo && animeInfo.related_data ? ( -
+

Related Anime

+

Related Anime