fix(webapp): fix distance of spinner in feed (#9373)

This commit is contained in:
Ulf Gebhardt 2026-03-12 16:39:16 +01:00 committed by GitHub
parent 9d048b67f9
commit 0a8f09c4d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,7 +162,7 @@
<!-- infinite loading -->
<client-only>
<infinite-loading v-if="hasMore" @infinite="showMoreContributions">
<os-spinner slot="spinner" size="lg" />
<os-spinner slot="spinner" size="lg" class="ds-mt-large" />
</infinite-loading>
</client-only>
</div>