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

This commit is contained in:
Qishuai Liu 2024-04-26 18:34:38 +09:00 committed by GitHub
parent 51f9c87e65
commit ffc0991a12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {