From 307312d5e88e48c1b39a7e8fc15f71a0351bf921 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Wed, 9 Apr 2025 18:24:12 +0200 Subject: [PATCH] Moved the settings button, so that it doesn't overlap the profile drop-down on the right-top corner. fixes #174 fixes #187 --- src/routes/visualize/+page.svelte | 65 ++++++++++++++++--------------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/src/routes/visualize/+page.svelte b/src/routes/visualize/+page.svelte index 69341e2..b8d6f3c 100644 --- a/src/routes/visualize/+page.svelte +++ b/src/routes/visualize/+page.svelte @@ -79,44 +79,45 @@
-

Publication Network

- - - - {#if !loading && !error} - +
+

Publication Network

+ + + {#if !loading && !error} + + {/if} +
+ {#if !loading && !error && showSettings} - {#if showSettings} -
-
-

- Visualization Settings -

+
+
+

+ Visualization Settings +

-
- - Showing {events.length} events from {$networkFetchLimit} headers - - - -
+
+ + Showing {events.length} events from {$networkFetchLimit} headers + + +
- {/if} +
{/if} + {#if loading}