fix game page allignment

This commit is contained in:
Leptopoda-GitHub 2021-10-30 17:39:57 +02:00 committed by Calcitem
parent 1315f2eb0c
commit 2523e52c82
1 changed files with 1 additions and 0 deletions

View File

@ -1662,6 +1662,7 @@ class _GamePageState extends State<GamePage>
backgroundColor: Colors.transparent,
elevation: 0.0,
),
extendBodyBehindAppBar: true,
backgroundColor: LocalDatabaseService.colorSettings.darkBackgroundColor,
body: Padding(
padding: EdgeInsets.symmetric(horizontal: screenPaddingH),