fix: user bottom sheet design

This commit is contained in:
Christian Pauly 2020-10-28 09:59:18 +01:00
parent 795af3019e
commit 7876164dfc
1 changed files with 6 additions and 4 deletions

View File

@ -153,12 +153,14 @@ class UserBottomSheet extends StatelessWidget {
), ),
], ],
), ),
body: ListView( body: Column(
children: [ children: [
ContentBanner( Expanded(
child: ContentBanner(
user.avatarUrl, user.avatarUrl,
defaultIcon: Icons.person_outline, defaultIcon: Icons.person_outline,
), ),
),
ListTile( ListTile(
title: Text(L10n.of(context).username), title: Text(L10n.of(context).username),
subtitle: Text(user.id), subtitle: Text(user.id),