From: Qishuai Liu Date: Fri, 26 Apr 2024 09:34:38 +0000 (+0900) Subject: refactor: add fixed-width numerals to date and size on file list page (#378) X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=ffc0991a12375178eb501c0aa94103476e933171;p=ozva-cloud refactor: add fixed-width numerals to date and size on file list page (#378) --- diff --git a/assets/index.css b/assets/index.css index 5718c15..c77da01 100644 --- a/assets/index.css +++ b/assets/index.css @@ -159,12 +159,14 @@ body { .paths-table .cell-mtime { width: 120px; padding-left: 0.6em; + font-variant-numeric: tabular-nums; } .paths-table .cell-size { text-align: right; width: 70px; padding-left: 0.6em; + font-variant-numeric: tabular-nums; } .path svg {