add some space to the bottom of comments so that FAB doesn't obstruct
This commit is contained in:
parent
58e7219602
commit
6a62e47cf7
|
@ -105,6 +105,7 @@ class CommentSection extends HookWidget {
|
|||
)
|
||||
else
|
||||
for (final com in comments) Comment(com, postCreatorId: postCreatorId),
|
||||
SizedBox(height: 50),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue