Column-wise contact row (marcia feedback) #466

Merged
sarah merged 4 commits from marcia_fixes into trunk 2022-06-09 20:43:10 +00:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 15c68d8812 - Show all commits

View File

@ -83,10 +83,9 @@ class _ContactRowState extends State<ContactRow> {
overflow: TextOverflow.ellipsis,
style: TextStyle(color: contact.isBlocked ? Provider.of<Settings>(context).theme.portraitBlockedTextColor : Provider.of<Settings>(context).theme.mainTextColor)),
),
Padding(
padding: const EdgeInsets.all(5.0),
Container(
child: contact.isInvitation == true
? Wrap(direction: Axis.vertical, children: <Widget>[
? Wrap(direction: Axis.horizontal, children: <Widget>[
IconButton(
padding: EdgeInsets.zero,
splashRadius: Material.defaultSplashRadius / 2,