mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
fix(svelte): Center file tree loading indicator (#64309)
We should probably redesign the whole loading state but this simple change is still better than the current behavior. | Before | After | |--------|--------| |  |  | ## Test plan Manual testing.
This commit is contained in:
parent
b0bb67b47c
commit
c414477bee
@ -248,7 +248,7 @@
|
||||
/>
|
||||
{/if}
|
||||
{:else}
|
||||
<LoadingSpinner center={false} />
|
||||
<LoadingSpinner />
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user