diff --git a/src/components/Widget2.svelte b/src/components/Widget2.svelte index fb8c9450..9eb5dfaf 100644 --- a/src/components/Widget2.svelte +++ b/src/components/Widget2.svelte @@ -88,6 +88,7 @@ import { fade } from 'svelte/transition'; +
{#if showResult}
@@ -111,6 +112,7 @@ import { fade } from 'svelte/transition';
{/if} +
@@ -156,7 +158,7 @@ import { fade } from 'svelte/transition'; @apply rounded-lg text-gray-700; } - .OEA_item6 { @apply w-full flex flex-row space-x-2 mt-5; + .OEA_item6 { @apply w-full; .result { @apply opacity-0 transition-opacity duration-1000 ease-in-out;