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),