From 1d204bacf2b8844903dc0af520783a91c8f43935 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Thu, 2 Apr 2026 22:35:36 +0200 Subject: [PATCH] fix threshold --- website/src/lib/components/GPXStatistics.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/lib/components/GPXStatistics.svelte b/website/src/lib/components/GPXStatistics.svelte index b0337a54c..8ead6658c 100644 --- a/website/src/lib/components/GPXStatistics.svelte +++ b/website/src/lib/components/GPXStatistics.svelte @@ -73,7 +73,7 @@ {/if} - {#if panelHeight > 160 || (orientation === 'horizontal' && panelWidth > 620)} + {#if panelHeight > 150 || (orientation === 'horizontal' && panelWidth > 620)}