UX: map in 'add new point' now takes the full screen

This commit is contained in:
Pieter Vander Vennet 2023-11-03 01:05:17 +01:00
parent 5c692fb11a
commit 4219b23af1
8 changed files with 281 additions and 266 deletions

View file

@ -28,10 +28,11 @@
<Tr t={Translations.t.general.returnToTheMap} />
</button>
{:else}
<div class="flex flex-col gap-y-2 overflow-y-auto p-1 px-2">
<div class="flex flex-col gap-y-2 overflow-y-auto p-1 px-2 h-full">
{#each layer.tagRenderings as config (config.id)}
{#if (config.condition?.matchesProperties($tags) ?? true) && config.metacondition?.matchesProperties({ ...$tags, ..._metatags } ?? true)}
{#if config.IsKnown($tags)}
{config.id}
<TagRenderingEditable
{tags}
{config}