diff --git a/src/pages/watch/Watch.jsx b/src/pages/watch/Watch.jsx index 9033d4d..1824eab 100644 --- a/src/pages/watch/Watch.jsx +++ b/src/pages/watch/Watch.jsx @@ -289,7 +289,7 @@ export default function Watch() { {/* Episode List (Mobile only) */} -
+
{!episodes ? (
@@ -354,7 +354,7 @@ export default function Watch() { {/* Seasons (Mobile only) */} {seasons?.length > 0 && ( -
+

More Seasons

{seasons.map((season, idx) => ( @@ -373,6 +373,14 @@ export default function Watch() {
)} + + {/* Related Anime (Mobile only) */} + {!animeInfoLoading && animeInfo?.related_data?.length > 0 && ( +
+

Related Anime

+ +
+ )}
{/* Right Column (Desktop Only) */} @@ -399,13 +407,7 @@ export default function Watch() { )}
- {/* Related Anime (Mobile only) */} - {!animeInfoLoading && animeInfo?.related_data?.length > 0 && ( -
-

Related Anime

- -
- )} +