style: change new account design

This commit is contained in:
Julien Calixte
2019-08-22 12:13:28 +02:00
parent dbd63d341c
commit f19cdbba6f
3 changed files with 23 additions and 20 deletions

View File

@@ -3,7 +3,6 @@
<h3 class="subtitle is-3">{{ $tc('account.friends', localeUsers.length, { count: localeUsers.length }) }}</h3>
<user-new v-if="user" v-model="user" />
<div v-for="(user, k) in localeUsers" :key="k">
<hr />
<user-new v-model="localeUsers[k]" @remove="() => remove(k)" />
</div>
<br />