An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix: add padding to the spinner bottom while loading threads (#1626)

authored by

Paul Frazee and committed by
GitHub
3b78d322 64153067

+3 -1
+3 -1
src/view/com/post-thread/PostThread.tsx
··· 439 439 parentSpinner: { 440 440 paddingVertical: 10, 441 441 }, 442 - childSpinner: {}, 442 + childSpinner: { 443 + paddingBottom: 200, 444 + }, 443 445 })