Adjust spacing in account settings dialog for improved layout

This commit is contained in:
Leon Bösche
2026-01-29 00:28:01 +01:00
parent 9001a43375
commit c9d1af8067

View File

@@ -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
],
),
),