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:
@@ -316,6 +316,7 @@
|
||||
color: #718096;
|
||||
font-size: 14px;
|
||||
text-align: right;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.file-item .type-cell {
|
||||
|
||||
Reference in New Issue
Block a user