This commit is contained in:
zoe 2022-09-06 00:23:15 +02:00
parent ba9f4942bb
commit 1b32158805
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class _ProfileViewState extends State<ProfileView> {
account: identities[activeIdentity]!,
openInBrowser: true,
),
contentPadding: const EdgeInsets.all(24),
contentPadding: const EdgeInsets.all(0),
children: [
loading
? Column(