refactor: add fixed-width numerals to date and size on file list page by lqs · Pull Request #378 · sigoden/dufs (original) (raw)
On macOS with Chrome, numbers rendered in the default font vary in width, resulting in misalignment and a cluttered appearance on the file list page.
This pull request addresses the issue by applying the CSS property font-variant-numeric: tabular-nums to the date and size fields.