Font-size adjustment roll-back + footer adjustment

This commit is contained in:
Bubka 2020-02-06 22:29:57 +01:00
parent d0881ec7d6
commit 04137e46f3
2 changed files with 3 additions and 3 deletions

View File

@ -35,11 +35,11 @@
<label :for="'ckb_' + account.id"></label>
</div>
</div>
<div class="tfa-content is-size-3" @click.stop="showAccount(account)">
<div class="tfa-content is-size-3 is-size-4-mobile" @click.stop="showAccount(account)">
<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-6 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">

View File

@ -276,7 +276,7 @@ figure.no-icon {
}
footer {
padding: 10px 0 20px 0;
padding: 5px 0 25px 0;
bottom: 0;
left: 0;
right: 0;