chore: Adjust design
This commit is contained in:
parent
5f439a6b58
commit
00165d925e
5 changed files with 64 additions and 55 deletions
|
|
@ -90,7 +90,11 @@ class ParticipantListItem extends StatelessWidget {
|
|||
),
|
||||
],
|
||||
),
|
||||
subtitle: Text(user.id),
|
||||
subtitle: Text(
|
||||
user.id,
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
leading: Avatar(
|
||||
mxContent: user.avatarUrl,
|
||||
name: user.calcDisplayname(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue