From ffc0991a12375178eb501c0aa94103476e933171 Mon Sep 17 00:00:00 2001 From: Qishuai Liu Date: Fri, 26 Apr 2024 18:34:38 +0900 Subject: [PATCH] refactor: add fixed-width numerals to date and size on file list page (#378) --- assets/index.css | 2 ++ 1 file changed, 2 insertions(+) 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 {