mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-16 18:31:49 +01:00
Font-size adjustment roll-back + footer adjustment
This commit is contained in:
parent
d0881ec7d6
commit
04137e46f3
@ -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">
|
||||
|
2
resources/sass/app.scss
vendored
2
resources/sass/app.scss
vendored
@ -276,7 +276,7 @@ figure.no-icon {
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 10px 0 20px 0;
|
||||
padding: 5px 0 25px 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user