chore: reduce padding around avatar in settings view
This commit is contained in:
parent
3797c80054
commit
51f5515fc9
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