New UI elements adjustments

This commit is contained in:
Bubka
2020-01-31 08:29:05 +01:00
parent d00659c107
commit 1c55e7e2e1
2 changed files with 5 additions and 12 deletions

View File

@ -25,11 +25,11 @@
<label :for="'ckb_' + account.id"></label>
</div>
</div>
<div class="tfa-content is-size-4" @click.stop="showAccount(account.id)">
<div class="tfa-content is-size-3 is-size-4-mobile" @click.stop="showAccount(account.id)">
<div class="tfa-text has-ellipsis">
<img :src="'/storage/icons/' + account.icon" v-if="account.icon">
{{ account.service }}
<span class="is-family-primary is-size-7 has-text-grey ">{{ account.account }}</span>
<span class="is-family-primary is-size-6 is-size-7-mobile has-text-grey ">{{ account.account }}</span>
</div>
</div>
<div class="tfa-dots has-text-grey" v-if="!editMode">