diff --git a/client/web-sveltekit/src/lib/search/resultsIndicator/ResultsIndicator.svelte b/client/web-sveltekit/src/lib/search/resultsIndicator/ResultsIndicator.svelte index 18b816358c9e..af935b2ed3dc 100644 --- a/client/web-sveltekit/src/lib/search/resultsIndicator/ResultsIndicator.svelte +++ b/client/web-sveltekit/src/lib/search/resultsIndicator/ResultsIndicator.svelte @@ -36,52 +36,67 @@ $: done = progress.done || state === 'complete' -
-
- {#if loading} - - {:else} - - {/if} -
+
+
+
+
+ {#if loading} + + {:else} + + {/if} +
+ + +
-
- - {#if !done && takingTooLong} - - {:else if done} - - {:else} - Running search... - {/if} +
+ {#if !done && takingTooLong} + + {:else if done} + + {:else} + Running search... + {/if} +
+
diff --git a/client/web-sveltekit/src/routes/search/StreamingProgress.svelte b/client/web-sveltekit/src/routes/search/StreamingProgress.svelte index 0e29bea9de38..67cb713bdfb2 100644 --- a/client/web-sveltekit/src/routes/search/StreamingProgress.svelte +++ b/client/web-sveltekit/src/routes/search/StreamingProgress.svelte @@ -163,7 +163,6 @@ .progress-button { border: 1px solid var(--border-color-2); border-radius: 4px; - margin-left: 0.3rem; } .streaming-popover {