2 Commits

Author SHA1 Message Date
vcoppe
1d204bacf2 fix threshold 2026-04-02 22:35:36 +02:00
vcoppe
4d1d5d48c0 avoid layout shift 2026-04-02 20:23:27 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@
</span>
</Tooltip>
{/if}
{#if panelHeight > 160 || (orientation === 'horizontal' && panelWidth > 620)}
{#if panelHeight > 150 || (orientation === 'horizontal' && panelWidth > 620)}
<Tooltip
label="{i18n._('quantities.time')} ({i18n._('quantities.moving')} / {i18n._(
'quantities.total'

View File

@@ -47,7 +47,7 @@
<div class="w-full px-12 flex flex-col items-center">
<div class="w-full max-w-5xl flex flex-col items-center">
<div class="mt-12 flex flex-col xs:items-center gap-12">
<div class="w-full mt-12 flex flex-col xs:items-center gap-12">
<div class="flex flex-col xs:items-center gap-6 max-w-3xl">
<h1 class="text-4xl xs:text-5xl sm:text-6xl xs:text-center font-black">
{i18n._('metadata.home_title')}
@@ -78,7 +78,7 @@
<enhanced:img
src="/src/lib/assets/img/docs/getting-started/interface.webp"
alt="The gpx.studio interface."
class="rounded-xl shadow-2xl w-full"
class="rounded-xl shadow-2xl"
/></a
>
</div>