diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css index 95c0c14dc6..1c56279582 100644 --- a/public/css/index-tailwind-output.css +++ b/public/css/index-tailwind-output.css @@ -8781,6 +8781,11 @@ svg.apply-fill path { padding-right: 0.5rem; } + .md\:text-2xl { + font-size: 1.5rem; + line-height: 2rem; + } + .md\:text-6xl { font-size: 3.75rem; line-height: 1; diff --git a/src/UI/Image/UploadImage.svelte b/src/UI/Image/UploadImage.svelte index bb606f3cdd..e0a030eb68 100644 --- a/src/UI/Image/UploadImage.svelte +++ b/src/UI/Image/UploadImage.svelte @@ -15,6 +15,7 @@ import { Translation } from "../i18n/Translation" import type { Feature } from "geojson" import Camera from "@babeard/svelte-heroicons/mini/Camera" + import ArrowUpTray from "@babeard/svelte-heroicons/solid/ArrowUpTray" export let state: SpecialVisualizationState @@ -79,10 +80,11 @@ {#each $errors as error} {/each} + { handleFiles(e.detail) @@ -92,27 +94,28 @@ >
{#if image !== undefined} - + {:else}
+ { e.preventDefault() @@ -120,8 +123,36 @@ return handleFiles(e.detail, true) }} > - + +
+ + {#if labelText} +
+ {labelText} +
+ + {:else} + + {/if} + {#if noBlur} + + + + {/if} +
+
+