mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #378] [MERGED] refactor: add fixed-width numerals to date and size on file list page #590
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?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/378
Author: @lqs
Created: 4/26/2024
Status: ✅ Merged
Merged: 4/26/2024
Merged by: @sigoden
Base:
main← Head:add-fixed-width-numerals📝 Commits (1)
2982eb9fix: add fixed-width numerals to date and size on file list page📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
assets/index.css(+2 -0)📄 Description
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.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.