From cf27f339f3e3eb77d56d54260dda8997d1f1a771 Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 8 Nov 2024 11:10:24 +0100 Subject: [PATCH] /lessites transform scale plus doux --- web/modules/custom/q2d_mod/assets/js/carte-interactive-qdd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/modules/custom/q2d_mod/assets/js/carte-interactive-qdd.js b/web/modules/custom/q2d_mod/assets/js/carte-interactive-qdd.js index c8b0fda..d6f1061 100644 --- a/web/modules/custom/q2d_mod/assets/js/carte-interactive-qdd.js +++ b/web/modules/custom/q2d_mod/assets/js/carte-interactive-qdd.js @@ -117,7 +117,7 @@ if (isLessitesPage) { // Si un .views-row correspondant est trouvé, on augmente sa taille if (correspondingRow) { - correspondingRow.style.transform = 'scale(1.2)'; + correspondingRow.style.transform = 'scale(1.05)'; correspondingRow.style.transition = 'transform 0.2s ease'; // Animation fluide } });