fixed last gametile not visible
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m8s
Pull Request Pipeline / lint (pull_request) Successful in 2m8s

This commit is contained in:
2025-12-24 23:51:34 +01:00
parent 0567fce02b
commit d7a006dd87

View File

@@ -95,7 +95,7 @@ class _MatchViewState extends State<MatchView> {
itemBuilder: (BuildContext context, int index) {
if (index == matches.length) {
return SizedBox(
height: MediaQuery.paddingOf(context).bottom - 80,
height: MediaQuery.paddingOf(context).bottom - 20,
);
}
return GameHistoryTile(