From 35644b989a922a13573ebed3b62e7a3b1b7b26fe Mon Sep 17 00:00:00 2001 From: Jacques Date: Mon, 17 Feb 2025 15:10:58 +0100 Subject: [PATCH] fix: reduce space between post user name and post title in the overview posts --- packages/flutter_timeline/lib/src/widgets/timeline_post.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_timeline/lib/src/widgets/timeline_post.dart b/packages/flutter_timeline/lib/src/widgets/timeline_post.dart index d5afa16..863b558 100644 --- a/packages/flutter_timeline/lib/src/widgets/timeline_post.dart +++ b/packages/flutter_timeline/lib/src/widgets/timeline_post.dart @@ -200,7 +200,7 @@ class _TimelinePostWidgetState extends State { options.translations.anonymousUser, context, ), - const SizedBox(width: 8), + const SizedBox(width: 4), Text( widget.post.title, style: theme.textTheme.bodySmall?.copyWith(