changed bottom padding
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Successful in 2m7s

This commit is contained in:
2026-01-01 21:40:18 +01:00
parent fc6c74b377
commit 55a22b292f

View File

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