fix: reduce space between post user name and post title in the overview posts

This commit is contained in:
Jacques 2025-02-17 15:10:58 +01:00
parent 90a681ea48
commit 35644b989a

View file

@ -200,7 +200,7 @@ class _TimelinePostWidgetState extends State<TimelinePostWidget> {
options.translations.anonymousUser, options.translations.anonymousUser,
context, context,
), ),
const SizedBox(width: 8), const SizedBox(width: 4),
Text( Text(
widget.post.title, widget.post.title,
style: theme.textTheme.bodySmall?.copyWith( style: theme.textTheme.bodySmall?.copyWith(