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

@@ -13,6 +13,7 @@
<div class="flex flex-col gap-3 w-full max-w-80 {$$props.class ?? ''}">
<Button
variant="outline"
class="whitespace-normal h-fit"
disabled={!validSelection}
on:click={async () => {
if ($map) {
@@ -20,7 +21,7 @@
}
}}
>
<MountainSnow size="16" class="mr-1" />
<MountainSnow size="16" class="mr-1 shrink-0" />
{$_('toolbar.elevation.button')}
</Button>
<Help link="./help/toolbar/elevation">