mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07: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
|
else
|
||||||
SliverToBoxAdapter(
|
SliverToBoxAdapter(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: MediaQuery.paddingOf(context),
|
padding: MediaQuery.paddingOf(context).copyWith(bottom: 0),
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
if (showBackButtonNested)
|
if (showBackButtonNested)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue