From 20eb27952b73b0c5c83e60ea1bbb9e2cef2e7868 Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:27:39 +0100 Subject: [PATCH] Widget --- src/components/Widget2.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.49.1