diff --git a/lib/widgets/posts/post_item.dart b/lib/widgets/posts/post_item.dart index 4cd0033..d7d2ae4 100644 --- a/lib/widgets/posts/post_item.dart +++ b/lib/widgets/posts/post_item.dart @@ -66,7 +66,7 @@ class _PostItemState extends State { Text( item.author.nick, style: const TextStyle(fontWeight: FontWeight.bold), - ).paddingOnly(left: 6), + ).paddingOnly(left: widget.isCompact ? 6 : 12), buildDate().paddingOnly(left: 4), ], );