forked from MapComplete/MapComplete
UI: Css tweaks
This commit is contained in:
parent
27afaf7ad8
commit
5b6434a5d2
10 changed files with 113 additions and 95 deletions
|
@ -26,6 +26,7 @@
|
|||
</script>
|
||||
|
||||
<LoginToggle {state}>
|
||||
<div class="my-4">
|
||||
{#if expanded}
|
||||
<NearbyImages {tags} {state} {lon} {lat} {feature} {linkable} {layer}>
|
||||
<button
|
||||
|
@ -42,6 +43,7 @@
|
|||
{:else}
|
||||
<button
|
||||
class="flex w-full items-center"
|
||||
style="margin-left: 0; margin-right: 0"
|
||||
on:click={() => {
|
||||
expanded = true
|
||||
}}
|
||||
|
@ -51,4 +53,5 @@
|
|||
<Tr t={t.seeNearby} />
|
||||
</button>
|
||||
{/if}
|
||||
</div>
|
||||
</LoginToggle>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue