mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Front: Grid: If no subtitle, allow 2 lines for name
This commit is contained in:
parent
c475691939
commit
b3a9c9dae8
@ -157,7 +157,7 @@ export const ItemGrid = ({
|
||||
</PosterBackground>
|
||||
<Skeleton>
|
||||
{isLoading || (
|
||||
<P numberOfLines={1} {...css([{ marginY: 0, textAlign: "center" }, "title"])}>
|
||||
<P numberOfLines={subtitle ? 1 : 2} {...css([{ marginY: 0, textAlign: "center" }, "title"])}>
|
||||
{name}
|
||||
</P>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user