Skip to content

Commit

Permalink
style: fix loading ball magin top
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljaijai committed Oct 2, 2024
1 parent 56bbb75 commit 58fc228
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/components/customized-ui/Infinite-scroll/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ const BaseInfiniteScroll: React.FunctionComponent<IBaseInfiniteScrollProps> = ({
inverse={inverse}
scrollableTarget={scrollableTarget}
loader={
endMessage || <LoadingBalloonSpinner isRandom maxRandomBalls={10} />
endMessage || (
<div className="mt-8">
<LoadingBalloonSpinner isRandom maxRandomBalls={8} />
</div>
)
}
endMessage={
endMessage || (
Expand Down

0 comments on commit 58fc228

Please sign in to comment.