diff --git a/src/lib/navigator/EventNetwork/Legend.svelte b/src/lib/navigator/EventNetwork/Legend.svelte index 38cec1b..4889c4e 100644 --- a/src/lib/navigator/EventNetwork/Legend.svelte +++ b/src/lib/navigator/EventNetwork/Legend.svelte @@ -393,13 +393,33 @@ {#if showPersonNodes && personAnchors.length > 0} -

- {#if totalPersonCount > displayedPersonCount} - Displaying {displayedPersonCount} of {totalPersonCount} people found. Click to toggle visibility: - {:else} - {personAnchors.length} people found. Click to toggle visibility: - {/if} -

+
+

+ {#if totalPersonCount > displayedPersonCount} + Displaying {displayedPersonCount} of {totalPersonCount} people found: + {:else} + {personAnchors.length} people found: + {/if} +

+ + +
+