small ui improvements

This commit is contained in:
vcoppe
2024-09-06 13:36:36 +02:00
parent 25a3df5756
commit 71c88b15c6
6 changed files with 496 additions and 486 deletions

View File

@@ -64,11 +64,11 @@
<span class="mx-1">/</span>
<WithUnits value={statistics.global.speed.total} type="speed" />
</span>
<span slot="tooltip"
>{$velocityUnits === 'speed' ? $_('quantities.speed') : $_('quantities.pace')} ({$_(
<span slot="tooltip">
{$velocityUnits === 'speed' ? $_('quantities.speed') : $_('quantities.pace')} ({$_(
'quantities.moving'
)} / {$_('quantities.total')})</span
>
)} / {$_('quantities.total')})
</span>
</Tooltip>
{/if}
{#if panelSize > 160 || orientation === 'horizontal'}