Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-11 10:06:11 +08:00
parent 49c6cd0ab8
commit 32eeef7866
15 changed files with 253 additions and 320 deletions

View File

@@ -109,7 +109,7 @@ Widget livePanelSub(
if (live.title case final title?)
Text(
title,
maxLines: isDetail ? null : 1,
maxLines: isDetail ? null : 2,
style: const TextStyle(fontWeight: FontWeight.bold),
overflow: isDetail ? null : TextOverflow.ellipsis,
),