fix: llama position
This commit is contained in:
parent
0ae8a0e6ef
commit
a74fc47335
1 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
</p>
|
</p>
|
||||||
<template v-if="!loading && (!tasks || tasks.length === 0) && showNothingToDo">
|
<template v-if="!loading && (!tasks || tasks.length === 0) && showNothingToDo">
|
||||||
<h3 class="has-text-centered mt-6">{{ $t('task.show.noTasks') }}</h3>
|
<h3 class="has-text-centered mt-6">{{ $t('task.show.noTasks') }}</h3>
|
||||||
<LlamaCool class="mt-5"/>
|
<LlamaCool class="llama-cool"/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<card
|
<card
|
||||||
|
@ -234,4 +234,9 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.llama-cool {
|
||||||
|
margin: 3rem auto 0;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in a new issue