From 731a4ffb97f6388be0d7eba523fb856cd3ff6d8c Mon Sep 17 00:00:00 2001 From: Christian Beutel <> Date: Sat, 19 Jul 2025 20:02:47 +0200 Subject: [PATCH] fixes crop icons --- web/src/lib/components/trail/route_editor.svelte | 15 ++++----------- web/src/routes/trail/edit/[id]/+page.svelte | 4 ++-- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/web/src/lib/components/trail/route_editor.svelte b/web/src/lib/components/trail/route_editor.svelte index e81e2abf..08123d57 100644 --- a/web/src/lib/components/trail/route_editor.svelte +++ b/web/src/lib/components/trail/route_editor.svelte @@ -386,24 +386,17 @@ onCropToggle(false); }}>{$_("crop")} - {/if} {#if recalculateElevationData} -
+
-

+

{$_("recalculating-elevation-data-hint")}

diff --git a/web/src/routes/trail/edit/[id]/+page.svelte b/web/src/routes/trail/edit/[id]/+page.svelte index 722bdee4..27a46de8 100644 --- a/web/src/routes/trail/edit/[id]/+page.svelte +++ b/web/src/routes/trail/edit/[id]/+page.svelte @@ -424,7 +424,7 @@ id: "crop-start-marker", icon: "fa-regular fa-circle", fontSize: "xs", - style: "z-10", + style: "z-10 w-6", width: 4, backgroundColor: "bg-primary", fontColor: "white", @@ -436,7 +436,7 @@ id: "crop-end-marker", icon: "fa fa-flag-checkered", fontSize: "xs", - style: "z-10", + style: "z-10 w-6", width: 4, backgroundColor: "bg-primary", fontColor: "white",