mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
opt fav intro
Closes #1159 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -80,6 +80,8 @@ class FavVideoItem extends StatelessWidget {
|
|||||||
if (item.intro?.isNotEmpty == true)
|
if (item.intro?.isNotEmpty == true)
|
||||||
Text(
|
Text(
|
||||||
item.intro!,
|
item.intro!,
|
||||||
|
maxLines: 2,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: fontSize,
|
fontSize: fontSize,
|
||||||
color: color,
|
color: color,
|
||||||
|
|||||||
Reference in New Issue
Block a user