From 93372a12991a743a6fce4f99faf4b56b652c3687 Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Wed, 15 Jul 2026 10:36:21 +0200 Subject: [PATCH] fix(referto): rimuove il riepilogo set vinti ridondante MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Il blocco "3 – 0 / SET VINTI" accanto alla tabella "Risultato finale" duplicava l'informazione già mostrata in "Vince 3 – 0". --- src/referto.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/referto.js b/src/referto.js index 5524804..34f5154 100644 --- a/src/referto.js +++ b/src/referto.js @@ -139,10 +139,6 @@ export function buildRefertoHtml(state, now = new Date()) { .nome-sq { font-size: 18px; font-weight: bold; } .vs { font-size: 12px; color: #666; font-weight: bold; } - .risultato-riepilogo { display: flex; align-items: center; gap: 10px; } - .risultato { font-size: 30px; font-weight: bold; letter-spacing: 3px; } - .modalita-label { font-size: 10px; color: #555; text-transform: uppercase; letter-spacing: 0.5px; } - .set-section { display: flex; margin-bottom: 10px; border: 2px solid #111; } .set-barra { flex: 0 0 26px; background: var(--teal); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border-right: 2px solid #111; } .set-barra span:first-child { writing-mode: vertical-rl; transform: rotate(180deg); font-weight: bold; font-size: 11px; letter-spacing: 2px; } @@ -209,10 +205,6 @@ export function buildRefertoHtml(state, now = new Date()) {
Vince ${setVinti.home >= setVinti.guest ? nomi.home : nomi.guest}  ${setVinti.home} – ${setVinti.guest}
-