From 89d6f15077dfce74edbfa17334bda533ec424c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 9 Aug 2026 09:39:27 +0400 Subject: [PATCH] =?UTF-8?q?fix:=20affiche=20en=20permanence=20les=20labels?= =?UTF-8?q?=20du=20village=20h=C3=A9berg=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Les noms des services (NIYAJ, GADE, BOKANTE, KUTE) n'étaient visibles qu'au survol. Les .bldg-label sont maintenant toujours visibles pour identifier clairement chaque bâtiment, comme le panneau KUTE existant. --- src/lib/components/sections/HostingVillage.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/sections/HostingVillage.svelte b/src/lib/components/sections/HostingVillage.svelte index 77dfbe6..02d2208 100644 --- a/src/lib/components/sections/HostingVillage.svelte +++ b/src/lib/components/sections/HostingVillage.svelte @@ -473,7 +473,7 @@ } .bldg-label { - opacity: 0; + opacity: 1; transition: opacity var(--dur-tanbou) var(--ease-ka); }