fix: avatar bug + display of admin name

This commit is contained in:
gaelle morin
2020-06-19 18:36:47 +02:00
parent 9136b26331
commit 50acb9f5e1
2 changed files with 11 additions and 3 deletions

View File

@ -47,7 +47,7 @@
data-src='${await value}'
fields='account.picture, sup(name), sub(username)'
class-account.picture='user-thumb__picture'
class-account.picture='avatar user-thumb__picture'
class-name='user-thumb__name'
class-username='user-thumb__username'
@ -81,7 +81,7 @@
fields='project.name, project.members, project.captain, leaveButton'
class-project.name='w280 cell border cell-with-name'
class-project.members='w280 cell border'
class-project.members='w280 cell border cell-with-id-card'
class-project.captain='w280 cell border cell-with-id-card'
class-leaveButton='w230 cell border cell-with-buttons'
@ -117,7 +117,7 @@
fields='name, members, captain, joinButton'
class-name='w280 cell border cell-with-name'
class-members='w280 cell border'
class-members='w280 cell border cell-with-id-card'
class-captain='w280 cell border cell-with-id-card'
class-joinButton='w230 cell border cell-with-buttons'