Cosmetic update date column size

This commit is contained in:
Greg 2025-05-11 11:22:22 +02:00
parent f8f9d778b5
commit 287584f159

View File

@ -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;