diff --git a/lib/widgets/my_profile_dialog.dart b/lib/widgets/my_profile_dialog.dart index 0929376..b6c14dd 100644 --- a/lib/widgets/my_profile_dialog.dart +++ b/lib/widgets/my_profile_dialog.dart @@ -88,6 +88,7 @@ class _MyProfileDialogState extends State { Text(dateFormat.format(profile.publicBanExpiration!))], ), StorageIndicator(usedBytes: profile.usedBytes, maxBytes: profile.quotaBytes,), + const SizedBox(height: 12,), ], ), );