mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 22:15:36 +05:00
anix: show discovery button by default
This commit is contained in:
parent
a615af836b
commit
28b7ea2d6c
4 changed files with 30 additions and 22 deletions
|
@ -96,7 +96,7 @@ export const PosterWithStuff = (props: {
|
|||
</p>
|
||||
)}
|
||||
{props.title_original && (
|
||||
<p className="hidden mt-2 text-sm leading-none text-gray-300 sm:block md:text-base line-clamp-2">
|
||||
<p className="hidden mt-2 text-sm leading-none text-gray-300 sm:[display:-webkit-box] md:text-base line-clamp-2">
|
||||
{props.title_original}
|
||||
</p>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue