mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 02:23:46 +02:00
fix: reduce space between post user name and post title in the overview posts
This commit is contained in:
parent
90a681ea48
commit
35644b989a
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class _TimelinePostWidgetState extends State<TimelinePostWidget> {
|
|||
options.translations.anonymousUser,
|
||||
context,
|
||||
),
|
||||
const SizedBox(width: 8),
|
||||
const SizedBox(width: 4),
|
||||
Text(
|
||||
widget.post.title,
|
||||
style: theme.textTheme.bodySmall?.copyWith(
|
||||
|
|
Loading…
Reference in a new issue