forked from MapComplete/MapComplete
UX: show full screen, hide addNew-marker if there are no presets
This commit is contained in:
parent
1acb645beb
commit
d60a467455
3 changed files with 33 additions and 14 deletions
|
|
@ -28,7 +28,7 @@
|
|||
</script>
|
||||
|
||||
{#if config !== undefined && (config?.condition === undefined || config.condition.matchesProperties($tags))}
|
||||
<div {id} class={twMerge("link-underline flex w-full flex-col", extraClasses)}>
|
||||
<div {id} class={twMerge("link-underline flex w-full h-full flex-col", extraClasses)}>
|
||||
{#if $trs.length === 1}
|
||||
<TagRenderingMapping
|
||||
mapping={$trs[0]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue