CSS adjustments

This commit is contained in:
Bubka 2020-02-06 22:15:13 +01:00
parent 9479555034
commit d0881ec7d6
2 changed files with 3 additions and 2 deletions

View File

@ -35,11 +35,11 @@
<label :for="'ckb_' + account.id"></label>
</div>
</div>
<div class="tfa-content is-size-3 is-size-4-mobile" @click.stop="showAccount(account)">
<div class="tfa-content is-size-3" @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 is-size-7-mobile has-text-grey ">{{ account.account }}</span>
<span class="is-family-primary is-size-6 has-text-grey ">{{ account.account }}</span>
</div>
</div>
<div class="tfa-dots has-text-grey" v-if="editMode">

View File

@ -84,6 +84,7 @@ a:hover {
@media screen and (max-width: 768px) {
.tfa-container {
flex-direction: row;
padding: 0;
}
.tfa-container > div:first-of-type {