1
0

feat: show avatar and full name in team overview

This commit is contained in:
kolaente
2023-04-25 18:32:31 +02:00
parent 03936c0403
commit b80f070431
2 changed files with 12 additions and 3 deletions

View File

@ -49,9 +49,11 @@ const displayName = computed(() => getDisplayName(props.user))
<style lang="scss" scoped>
.user {
margin: .5rem;
display: flex;
justify-items: center;
&.is-inline {
display: inline;
display: inline-flex;
}
}