Fix asymmetric padding in my-profile dialog
This commit is contained in:
parent
e87521df9d
commit
f42872c125
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ class _MyProfileDialogState extends State<MyProfileDialog> {
|
||||||
Text(dateFormat.format(profile.publicBanExpiration!))],
|
Text(dateFormat.format(profile.publicBanExpiration!))],
|
||||||
),
|
),
|
||||||
StorageIndicator(usedBytes: profile.usedBytes, maxBytes: profile.quotaBytes,),
|
StorageIndicator(usedBytes: profile.usedBytes, maxBytes: profile.quotaBytes,),
|
||||||
|
const SizedBox(height: 12,),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue