add some space to the bottom of comments so that FAB doesn't obstruct

This commit is contained in:
krawieck 2020-12-04 13:58:04 +01:00
parent 58e7219602
commit 6a62e47cf7
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ class CommentSection extends HookWidget {
)
else
for (final com in comments) Comment(com, postCreatorId: postCreatorId),
SizedBox(height: 50),
]);
}
}