diff options
| author | Factiven <[email protected]> | 2023-09-26 23:35:35 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-09-26 23:35:35 +0700 |
| commit | 20b8a7267827e3a07c1eef668c3b9c22fda43765 (patch) | |
| tree | 2fec9006dfac5737d8b227bf5ccce73880800cc2 /components/anime/mobile | |
| parent | Update release.md (diff) | |
| download | moopa-4.1.2.tar.xz moopa-4.1.2.zip | |
Update v4.1.2v4.1.2
Diffstat (limited to 'components/anime/mobile')
| -rw-r--r-- | components/anime/mobile/reused/description.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/anime/mobile/reused/description.js b/components/anime/mobile/reused/description.js index 99973d3..3b61c80 100644 --- a/components/anime/mobile/reused/description.js +++ b/components/anime/mobile/reused/description.js @@ -10,7 +10,7 @@ export default function Description({ className={`${ info?.description?.replace(/<[^>]*>/g, "").length > 240 ? "" - : "pointer-events-none" + : "pointer-events-none hidden" } ${ readMore ? "hidden" : "" } absolute z-30 flex items-end justify-center top-0 w-full h-full transition-all duration-200 ease-linear md:opacity-0 md:hover:opacity-100 bg-gradient-to-b from-transparent to-primary to-95%`} |