Fix a bunch of design inconsistencies and horrible code on server boxes
This commit is contained in:
parent
a9fda52065
commit
ac13f5dce4
3 changed files with 39 additions and 36 deletions
|
@ -108,7 +108,7 @@ export default Vue.component('dashboard', {
|
|||
/>
|
||||
</div>
|
||||
<div v-if="this.loading" class="my-4 animate fadein">
|
||||
<div class="text-center h-16">
|
||||
<div class="text-center h-16 my-20">
|
||||
<span class="spinner spinner-xl spinner-thick blue"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue