mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-25 23:03:22 +01:00
CSS adjustments
This commit is contained in:
parent
9479555034
commit
d0881ec7d6
@ -35,11 +35,11 @@
|
|||||||
<label :for="'ckb_' + account.id"></label>
|
<label :for="'ckb_' + account.id"></label>
|
||||||
</div>
|
</div>
|
||||||
</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">
|
<div class="tfa-text has-ellipsis">
|
||||||
<img :src="'/storage/icons/' + account.icon" v-if="account.icon">
|
<img :src="'/storage/icons/' + account.icon" v-if="account.icon">
|
||||||
{{ account.service }}
|
{{ 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>
|
</div>
|
||||||
<div class="tfa-dots has-text-grey" v-if="editMode">
|
<div class="tfa-dots has-text-grey" v-if="editMode">
|
||||||
|
1
resources/sass/app.scss
vendored
1
resources/sass/app.scss
vendored
@ -84,6 +84,7 @@ a:hover {
|
|||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.tfa-container {
|
.tfa-container {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tfa-container > div:first-of-type {
|
.tfa-container > div:first-of-type {
|
||||||
|
Loading…
Reference in New Issue
Block a user