make dates rendered server-side & consistently in YYYY-MM-DD format

client-side time zone adjustment still persists---the server renders them out in UTC, but the client will adjust the date to its timezone during loading. 
this shouldn't cause any layout shifting because we use `font-variant-numeric: tabular-nums` (though Recursive seems to use tabular numbers either way.)
This commit is contained in:
りき萌 2025-01-13 22:36:34 +01:00
parent 81373b1076
commit 1953b649cf
3 changed files with 20 additions and 5 deletions

View file

@ -318,9 +318,10 @@ th-bb {
}
/* Style branch dates to be smaller and less noticable. */
th-bb .branch-date {
th-bd {
opacity: 50%;
font-size: 0.8em;
font-variant-numeric: tabular-nums;
}
/* Hide branch dates on very small displays. No clue how to fix this just yet. */