Merge pull request #3267 from pangeachat/3265-difficult-to-find-info-about-my-username
chore: reduce padding around avatar in settings view
This commit is contained in:
commit
59feca13f8
1 changed files with 8 additions and 1 deletions
|
|
@ -87,7 +87,14 @@ class SettingsView extends StatelessWidget {
|
|||
return Row(
|
||||
children: [
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(32.0),
|
||||
// #Pangea
|
||||
// padding: const EdgeInsets.all(32.0),
|
||||
padding: const EdgeInsets.only(
|
||||
top: 32.0,
|
||||
bottom: 32.0,
|
||||
left: 12.0,
|
||||
),
|
||||
// Pangea#
|
||||
child: Stack(
|
||||
children: [
|
||||
Avatar(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue