mirror of
https://github.com/sigoden/dufs.git
synced 2026-06-07 23:16:54 +03:00
[PR #378] refactor: add fixed-width numerals to date and size on file list page #6878
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/sigoden/dufs/pull/378
State: closed
Merged: Yes
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-numsto the date and size fields.