From c06fb12f6a1fa60353655c81fc486de7033a65c8 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Wed, 24 Sep 2025 12:41:09 +0800 Subject: [PATCH] :bug: Fix styling issue --- lib/widgets/post/post_item.dart | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/widgets/post/post_item.dart b/lib/widgets/post/post_item.dart index b2f21d2a..73f11c68 100644 --- a/lib/widgets/post/post_item.dart +++ b/lib/widgets/post/post_item.dart @@ -544,7 +544,12 @@ class PostItem extends HookConsumerWidget { child: _buildReactionIcon( mostReaction, 32, - ).padding(bottom: 2), + ).padding( + bottom: + _getReactionImageAvailable(mostReaction) + ? 2 + : 0, + ), ), style: ButtonStyle( backgroundColor: WidgetStatePropertyAll(