Fix instances list animation

This commit is contained in:
Chocobozzz 2019-10-31 09:28:38 +01:00
parent 47844eb603
commit c262443598
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -106,9 +106,9 @@
<div class="title">
<translate>Instances list</translate>
<transition name="mascot-loading">
<div class="mascot-loading-block">
<img v-bind:class="{ animate: loadingAnimation }" v-on:animationend="loadingAnimation = false" class="mascot-loading" :src="buildImgUrl('mascot/happy.png')" alt="PeerTube mascot">
</transition>
</div>
</div>
<div class="list" v-bind:class="{ unloaded: !error && !noResults && instances.length === 0 }">
@ -186,6 +186,9 @@
}
}
.mascot-loading-block {
width: 100%;
.mascot-loading {
display: none;
@ -204,13 +207,14 @@
}
100% {
margin-left: calc(100% - 300px);
margin-left: calc(100% - 150px);
opacity: 0;
}
}
}
}
}
}
@media screen and (max-width: $responsive-screen) {
.custom-checkbox {