fix: Broken padding settings screen

This commit is contained in:
PartyDonut 2025-08-08 19:32:06 +02:00
parent d3505e99b7
commit 6cf7f67ff0

View file

@ -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)