mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Make avatars in AvatarGroup always round
This commit is contained in:
parent
c8cfd79b4b
commit
fe42b206c5
@ -82,7 +82,7 @@ export class Et2AvatarGroup extends Et2Widget(LitElement)
|
||||
.contactId="${contact.id}"
|
||||
.label="${contact.label}"
|
||||
.title="${contact.label}"
|
||||
${this.shape ? html`.shape="${this.shape}"` : ''}
|
||||
shape="circle"
|
||||
size=""
|
||||
></et2-avatar>`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user