sigoden / dufs

A file server that supports static serving, uploading, searching, accessing control, webdav...
Other
5.45k stars 259 forks source link

refactor: add fixed-width numerals to date and size on file list page #378

Closed lqs closed 2 months ago

lqs commented 2 months ago

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.

sigoden commented 2 months ago

This makes sense, thanks.