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(