mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 10:33:44 +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,
|
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(
|
||||||
|
|
Loading…
Reference in a new issue