Skip to content

Preserve space after separator in elapsed/total display

jedmund requested to merge jedmund/elapsed-time-space into main

Svelte was trimming the whitespace between / and the closing {/if}, so the slash rendered flush against the total duration. Moving the duration inside both conditional branches guarantees the separator spacing.

Merge request reports

Loading