Skip to content

Commit

Permalink
Adjust again for episode holder, range 1200-1400px w
Browse files Browse the repository at this point in the history
  • Loading branch information
huy232 committed Dec 19, 2024
1 parent 2849ab0 commit 84376a1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/Components/Content/AnimeInfoEpisodeHolderENG/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ function AnimeInfoEpisodeHolderENG({ info, provider, animeId, setWatchNow }) {
sm={2}
md={3}
lg={3}
xl={4}
xl={3}
xxl={4}
className="w-full g-4 episode-anime-row"
>
{episodeList[selectedChunk]?.map((eachEpisode, i) => (
Expand Down
3 changes: 2 additions & 1 deletion src/Components/Content/EpisodeHolderSkeleton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ function EpisodeHolderSkeleton() {
sm={2}
md={3}
lg={3}
xl={4}
xl={3}
xxl={4}
className="w-full g-4 episode-anime-row"
>
{[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11].map((skeleton, i) => (
Expand Down
3 changes: 2 additions & 1 deletion src/Components/Content/InfoAnimeEpisodeHandle/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ function InfoAnimeEpisodeHandle({
sm={2}
md={3}
lg={3}
xl={4}
xl={3}
xxl={4}
className="w-full g-4 episode-anime-row"
>
{episodeList[selectedChunk]?.map((eachEpisode, i) => (
Expand Down
3 changes: 2 additions & 1 deletion src/Components/Content/InfoSpecialEpisodeList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ function InfoSpecialEpisodeList({
sm={2}
md={3}
lg={3}
xl={4}
xl={3}
xxl={4}
className="w-full g-4 episode-anime-row"
>
{specialEpisodeList[selectedSpecialChunk]?.map(
Expand Down
1 change: 0 additions & 1 deletion src/Pages/AnimeSearchENG/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ function AnimeSearchENG() {

return (
<div>
{console.log(searchResult)}
<h1 className="font-black font-bebas-neue text-[#d3d9] text-center">
SEARCH
</h1>
Expand Down

0 comments on commit 84376a1

Please sign in to comment.