Adjust spacing in account settings dialog for improved layout
This commit is contained in:
@@ -472,7 +472,7 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
|
||||
Center(
|
||||
child: Column(
|
||||
children: [
|
||||
const SizedBox(height: 32),
|
||||
const SizedBox(height: 64),
|
||||
GestureDetector(
|
||||
onTap: _pickAndUploadAvatar,
|
||||
child: CircleAvatar(
|
||||
@@ -557,7 +557,7 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
|
||||
),
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 32), // Space for logout button
|
||||
const SizedBox(height: 2), // Space for logout button
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user