From f39957c026f161c8b835ca871a5db89e388fc276 Mon Sep 17 00:00:00 2001 From: Opus Date: Fri, 24 Apr 2026 16:05:48 +0200 Subject: [PATCH] fix(double-logo w316): CSS preventif regression double logo sous partners slider - CAUSE probable: React bundle render 2x logo weval dans partners slider / footer - FIX preventif: CSS global w316-double-logo-fix cache toute duplication logo-weval dans partner-logos, footer-logos, [class*=logos] - Applique :nth-of-type(n+2) display:none sur img[src*=logo-weval] - Cache sections NOS PARTENAIRES duplique si present - GOLD backup gold_double_logo_fix_w316 - chattr +i preserve - CF purge --- index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/index.html b/index.html index b699596cf..4d1908839 100644 --- a/index.html +++ b/index.html @@ -169,6 +169,26 @@ body:has(#weval-bot-panel.open) .whatsapp-widget{ .wa-widget,.whatsapp-widget{bottom:88px!important;right:16px!important} } + +