Skip to content

Commit

Permalink
fix: add space between the profile image & username:
Browse files Browse the repository at this point in the history
if the OSM profile image takes up the full height, it was very close to
the username
  • Loading branch information
GeorgeHoneywood authored and Zverik committed Sep 30, 2023
1 parent 1ea386d commit 7d0bd65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/screens/settings/account.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ class _OsmAccountPageState extends ConsumerState<OsmAccountPage> {
children: [
if (details?.avatar != null)
CachedNetworkImage(imageUrl: details!.avatar!),
SizedBox(height: 20.0),
Text(login),
SizedBox(height: 20.0),
if (details != null) ...[
Expand Down

0 comments on commit 7d0bd65

Please sign in to comment.