Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Apr 11, 2024
1 parent fcb014c commit 3f34c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/view/user/perf_stats_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class _Body extends ConsumerWidget {
data: (data) {
return SafeArea(
child: ListView(
padding: Styles.horizontalBodyPadding.add(Styles.sectionTopPadding),
padding: Styles.bodyPadding,
scrollDirection: Axis.vertical,
children: [
ratingHistory.when(
Expand Down Expand Up @@ -594,7 +594,7 @@ class _GameListWidget extends ConsumerWidget {
Widget build(BuildContext context, WidgetRef ref) {
return ListSection(
header: header,
margin: const EdgeInsets.symmetric(vertical: 10.0),
margin: const EdgeInsets.only(top: 10.0),
hasLeading: false,
children: [
for (final game in games)
Expand Down

0 comments on commit 3f34c14

Please sign in to comment.