mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-27 12:50:13 +08:00
@@ -86,6 +86,7 @@ Widget content(
|
||||
richNodes,
|
||||
maxLines: isSave ? null : 6,
|
||||
onShowMore: () => PageUtils.pushDynDetail(item, isPush: true),
|
||||
primary: theme.colorScheme.primary,
|
||||
),
|
||||
if (pics?.isNotEmpty == true)
|
||||
CustomGridView(
|
||||
|
||||
@@ -274,6 +274,7 @@ class ReplyItemGrpc extends StatelessWidget {
|
||||
Padding(
|
||||
padding: padding,
|
||||
child: custom_text.Text.rich(
|
||||
primary: theme.colorScheme.primary,
|
||||
style: TextStyle(
|
||||
height: 1.75,
|
||||
fontSize: theme.textTheme.bodyMedium!.fontSize,
|
||||
|
||||
Reference in New Issue
Block a user