Adopting new material guidelines for chips

See https://material.io/design/components/chips.html
This commit is contained in:
Francis Lachapelle
2019-02-18 14:59:07 -05:00
parent 5dc2ad3dec
commit aac0ec9a6a
5 changed files with 23 additions and 10 deletions
@@ -150,7 +150,7 @@
if (!this.$$image)
this.$$image = this.image;
if (!this.$$image)
this.$$image = Card.$Preferences.avatar(this.$$email, 32, {no_404: true});
this.$$image = Card.$Preferences.avatar(this.$$email, 40, {no_404: true});
if (this.hasphoto)
this.photoURL = Card.$$resource.path(this.pid, this.id, 'photo');
if (this.isgroup)