From 287584f1591b8a0faafb2bb220667faf79467457 Mon Sep 17 00:00:00 2001 From: Greg Date: Sun, 11 May 2025 11:22:22 +0200 Subject: [PATCH] Cosmetic update date column size --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index 24efd2b..7a78d67 100644 --- a/static/app.js +++ b/static/app.js @@ -76,7 +76,7 @@ function renderTable() { if (rowIdx === closestIdx) tr.id = 'current-match-row'; // Date cell const dateTd = document.createElement('td'); - dateTd.classList.add('date-col'); + if (date === '29/05/25' || date === '25/12/25') { const strong = document.createElement('strong'); strong.innerText = date;