Reduce FileSize column size

This commit is contained in:
nxshock 2021-09-22 11:27:06 +05:00 committed by GitHub
parent 5665d8d01e
commit 2f0147dc25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,12 @@
padding: 0.5em;
}
td:nth-child(2), td:nth-child(3) {
td:nth-child(2) {
width: 6em;
text-align: right;
}
td:nth-child(3) {
width: 10em;
text-align: right;
}