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",