From 104949427c561ecc854f5967f25036bbd8511339 Mon Sep 17 00:00:00 2001 From: syoul Date: Tue, 24 Mar 2026 13:05:01 +0100 Subject: [PATCH] fix: bouton Clusters bottom-44 mobile / bottom-24 desktop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sur mobile réel, la police forcée à 16px fait wrapper les contrôles AnimationPlayer en 2 lignes (~165px). bottom-44 (176px) sur mobile, bottom-24 (96px) sur sm+ où les contrôles ne wrappent pas. Co-Authored-By: Claude Sonnet 4.6 --- src/components/FlowMap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FlowMap.tsx b/src/components/FlowMap.tsx index 6dce757..e78ae65 100644 --- a/src/components/FlowMap.tsx +++ b/src/components/FlowMap.tsx @@ -350,7 +350,7 @@ export function FlowMap({ arcs, focusCity, onCityClick }: FlowMapProps) { {/* Bouton cluster / villes */}