fix comment

This commit is contained in:
wgh19
2024-05-16 18:01:05 +08:00
parent bfad0dc176
commit dde518ab6b
2 changed files with 3 additions and 1 deletions

View File

@@ -889,7 +889,7 @@ class _CommentsPageState extends MultiPageLoadingState<_CommentsPage, Comment> {
});
},
).paddingVertical(8).paddingHorizontal(12),
).paddingBottom(context.padding.bottom),
).paddingBottom(context.padding.bottom + context.viewInsets.bottom),
);
}