From c346d586a571a9ce05a59309067d671367de1cba Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Fri, 11 Jul 2025 21:27:42 +0800 Subject: [PATCH] opt reply item Signed-off-by: bggRGjQaUbCoE --- lib/pages/video/reply/widgets/reply_item_grpc.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/video/reply/widgets/reply_item_grpc.dart b/lib/pages/video/reply/widgets/reply_item_grpc.dart index da5a44505..80a429f03 100644 --- a/lib/pages/video/reply/widgets/reply_item_grpc.dart +++ b/lib/pages/video/reply/widgets/reply_item_grpc.dart @@ -290,7 +290,6 @@ class ReplyItemGrpc extends StatelessWidget { ), ), if (replyItem.content.pictures.isNotEmpty) ...[ - const SizedBox(height: 4), Padding( padding: padding, child: LayoutBuilder( @@ -309,6 +308,7 @@ class ReplyItemGrpc extends StatelessWidget { ), ), ), + const SizedBox(height: 4), ], if (replyLevel != 0) ...[ const SizedBox(height: 4),