chore: Adjust design

This commit is contained in:
Krille 2025-02-04 15:47:53 +01:00
commit 00165d925e
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 64 additions and 55 deletions

View file

@ -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(),