Skip to content

Commit

Permalink
feat: style inifiniteLoading indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Mar 3, 2021
1 parent c68d0c4 commit a429092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/pages/posts/navigation/page/Controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
</div>

<!-- Infinite loading -->
<div v-else class="mx-auto">
<div v-else class="py-12 mx-auto">
<p
v-intersect="{
handler: InfiniteLoadHandler,
options: {
threshold: [0, 0.5, 1.0],
},
}"
class="pb-2 text-center text-default-text-muted"
class="text-center text-default-text-muted animate-pulse"
@click="InfiniteLoadHandler"
>
Stay here to load more posts...
Expand Down

0 comments on commit a429092

Please sign in to comment.