Skip to content

Commit

Permalink
refactor: add fixed-width numerals to date and size on file list page (
Browse files Browse the repository at this point in the history
  • Loading branch information
lqs authored Apr 26, 2024
1 parent 51f9c87 commit ffc0991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ffc0991

Please sign in to comment.