forked from MapComplete/MapComplete
UX: improve attribution display, add magnifying class
This commit is contained in:
parent
ac632206e9
commit
8465b59c7f
7 changed files with 97 additions and 64 deletions
|
@ -60,7 +60,7 @@
|
|||
<Tr t={Translations.t.image.nearby.noNearbyImages} cls="alert" />
|
||||
{/if}
|
||||
{:else}
|
||||
<div class="flex w-full space-x-1 overflow-x-auto" style="scroll-snap-type: x proximity">
|
||||
<div class="flex w-full space-x-4 overflow-x-auto" style="scroll-snap-type: x proximity">
|
||||
{#each $result as image (image.pictureUrl)}
|
||||
<span class="w-fit shrink-0" style="scroll-snap-align: start">
|
||||
<LinkableImage {tags} {image} {state} {feature} {layer} {linkable} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue