mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-04-28 06:15:54 +00:00
Compare commits
2 Commits
5a6321535e
...
1d204bacf2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d204bacf2 | ||
|
|
4d1d5d48c0 |
@@ -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'
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user