Letztes Tile in Matchview nicht lesbar #123

Merged
flixcoo merged 1 commits from bug/122-Letztes-Tile-in-MatchView-nicht-lesbar into development 2026-01-01 21:33:03 +00:00
Showing only changes of commit 55a22b292f - Show all commits

View File

@@ -71,7 +71,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(