mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Update Hashtag component, fix spinner
This commit is contained in:
parent
c5145b3db1
commit
fefbc44a5f
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@
|
|||
<p class="text-center lead font-weight-bold">No public posts found.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div v-else class="container text-center">
|
||||
<div class="col-12 mt-5 spinner-border" role="status">
|
||||
<div v-else class="mt-5 text-center">
|
||||
<div class="spinner-border" role="status">
|
||||
<span class="sr-only">Loading...</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue