From 093032cc26d7fffc8b0ec201173621bdc268c11c Mon Sep 17 00:00:00 2001 From: vcoppe Date: Mon, 10 Jun 2024 16:56:50 +0200 Subject: [PATCH] change routing menu minimize --- .../toolbar/tools/routing/Routing.svelte | 134 +++++++++--------- 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/website/src/lib/components/toolbar/tools/routing/Routing.svelte b/website/src/lib/components/toolbar/tools/routing/Routing.svelte index a3e160b3..2b48eae7 100644 --- a/website/src/lib/components/toolbar/tools/routing/Routing.svelte +++ b/website/src/lib/components/toolbar/tools/routing/Routing.svelte @@ -16,8 +16,8 @@ Home, RouteOff, Repeat, - Maximize2, - Minimize2 + SquareArrowUpLeft, + SquareArrowOutDownRight } from 'lucide-svelte'; import { map, routingControls } from '$lib/stores'; @@ -69,68 +69,63 @@ {#if $minimizeRoutingMenu}
{:else}
-
-
- -
@@ -176,14 +171,19 @@ {$_('toolbar.routing.round_trip.tooltip')}
- - {#if $selection.size > 1} -
{$_('toolbar.routing.help_multiple_files')}
- {:else if $selection.size == 0 || !validSelection} -
{$_('toolbar.routing.help_no_file')}
- {:else} -
{$_('toolbar.routing.help')}
- {/if} -
+
+ + {#if $selection.size > 1} +
{$_('toolbar.routing.help_multiple_files')}
+ {:else if $selection.size == 0 || !validSelection} +
{$_('toolbar.routing.help_no_file')}
+ {:else} +
{$_('toolbar.routing.help')}
+ {/if} +
+ +
{/if}