mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
fix: Broken padding settings screen
This commit is contained in:
parent
d3505e99b7
commit
6cf7f67ff0
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class SettingsScaffold extends ConsumerWidget {
|
|||
else
|
||||
SliverToBoxAdapter(
|
||||
child: Padding(
|
||||
padding: MediaQuery.paddingOf(context),
|
||||
padding: MediaQuery.paddingOf(context).copyWith(bottom: 0),
|
||||
child: Row(
|
||||
children: [
|
||||
if (showBackButtonNested)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue