Cosmetic update date column size
This commit is contained in:
parent
f8f9d778b5
commit
287584f159
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user