forked from MapComplete/MapComplete
Housekeeping
This commit is contained in:
parent
4ad1e67f6e
commit
da615acfb1
55 changed files with 1772 additions and 1455 deletions
|
|
@ -1,5 +1,4 @@
|
|||
<script lang="ts">
|
||||
|
||||
import { Utils } from "../../Utils"
|
||||
import Share from "@babeard/svelte-heroicons/solid/Share"
|
||||
import { DocumentDuplicateIcon } from "@rgossiaux/svelte-heroicons/outline"
|
||||
|
|
@ -30,8 +29,7 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col w-full">
|
||||
|
||||
<div class="flex w-full flex-col">
|
||||
<div class="flex w-full">
|
||||
<div class="literal-code w-full" on:click={(e) => Utils.selectTextIn(e.target)}>
|
||||
{text}
|
||||
|
|
@ -48,11 +46,8 @@
|
|||
</button>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="flex justify-center">
|
||||
{#if isCopied}
|
||||
<Tr t={tr.copiedToClipboard} cls="thanks m-2" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue