MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 9ee9da2ac8 - Show all commits

View File

@@ -107,7 +107,7 @@ class _GameHistoryViewState extends State<GameHistoryView> {
itemBuilder: (BuildContext context, int index) { itemBuilder: (BuildContext context, int index) {
if (index == games.length) { if (index == games.length) {
return SizedBox( return SizedBox(
height: MediaQuery.paddingOf(context).bottom - 20, height: MediaQuery.paddingOf(context).bottom - 80,
); );
} }
return GameHistoryTile(game: games[index]); return GameHistoryTile(game: games[index]);