fix(css): align size values in table view using tabular-nums

Adds font-variant-numeric: tabular-nums to size-cell class to ensure
file size values align properly in the list view. Numeric characters
now use equal-width glyphs, preventing misalignment of values like
"1 B", "2.5 KB", and "100 MB".

Fixes #101
This commit is contained in:
BillionClaw
2026-03-17 15:55:48 +08:00
parent 5279e0c266
commit b363ca3a88
+1
View File
@@ -316,6 +316,7 @@
color: #718096;
font-size: 14px;
text-align: right;
font-variant-numeric: tabular-nums;
}
.file-item .type-cell {