MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit b5234c765c - Show all commits

View File

@@ -178,12 +178,12 @@ class _GameHistoryViewState extends State<GameHistoryView> {
), ),
), ),
Positioned( Positioned(
bottom: 110, bottom: MediaQuery.paddingOf(context).bottom,
width: MediaQuery.of(context).size.width, width: MediaQuery.of(context).size.width,
child: Center( child: Center(
child: CustomWidthButton( child: CustomWidthButton(
text: 'Create Game', text: 'Create Game',
sizeRelativeToWidth: 0.95, sizeRelativeToWidth: 0.90,
onPressed: () { onPressed: () {
Navigator.of(context).push( Navigator.of(context).push(
MaterialPageRoute( MaterialPageRoute(

View File

@@ -92,7 +92,6 @@ class _GroupsViewState extends State<GroupsView> {
); );
}, },
), ),
Positioned( Positioned(
bottom: MediaQuery.paddingOf(context).bottom, bottom: MediaQuery.paddingOf(context).bottom,
child: CustomWidthButton( child: CustomWidthButton(