Skip to content

Commit

Permalink
fix: center aligned infinity loader spinner on public speaker page
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Feb 4, 2020
1 parent 97fc3c4 commit 0d7c7e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/templates/public/speakers.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
{{public/speaker-item speaker=speaker}}
</div>
{{/each}}
{{#infinity-loader infinityModel=model}}
<div class="center aligned five wide column">
<div class="sixteen wide column">
{{#infinity-loader infinityModel=model}}
<div class="ui loading very padded basic segment">
</div>
</div>
{{infintyModel.reachedInfinity}}
{{/infinity-loader}}
{{infintyModel.reachedInfinity}}
{{/infinity-loader}}
</div>
</div>

0 comments on commit 0d7c7e9

Please sign in to comment.