opt reply item

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-11 21:27:42 +08:00
parent 52fb332378
commit c346d586a5

View File

@@ -290,7 +290,6 @@ class ReplyItemGrpc extends StatelessWidget {
), ),
), ),
if (replyItem.content.pictures.isNotEmpty) ...[ if (replyItem.content.pictures.isNotEmpty) ...[
const SizedBox(height: 4),
Padding( Padding(
padding: padding, padding: padding,
child: LayoutBuilder( child: LayoutBuilder(
@@ -309,6 +308,7 @@ class ReplyItemGrpc extends StatelessWidget {
), ),
), ),
), ),
const SizedBox(height: 4),
], ],
if (replyLevel != 0) ...[ if (replyLevel != 0) ...[
const SizedBox(height: 4), const SizedBox(height: 4),