diff --git a/web_service/src/lib/ContentDrop.svelte b/web_service/src/lib/ContentDrop.svelte index 9946bd1..4031ae5 100644 --- a/web_service/src/lib/ContentDrop.svelte +++ b/web_service/src/lib/ContentDrop.svelte @@ -9,44 +9,13 @@ let show = false; -{#if show} - -
(show = false)} - transition:fade={{ duration: 200 }} - /> - -
-
- checkmark - -

- {#if isYes} - {yes} - {:else} - {no} - {/if} -

-
-

- {content} -

-
- -{/if} -
(show = true)}> +
(show = !show)}> checkmark @@ -59,33 +28,36 @@ {/if}

-
+
+
+{#if show} + +
+

+ {content} +

+
+{/if} +