Show file sizes in listings

This commit is contained in:
2017-11-13 00:11:23 +01:00
parent db9dadbaa7
commit 674aff63cf
4 changed files with 27 additions and 3 deletions

View File

@@ -41,8 +41,14 @@
&.name {
width: 60%;
}
&.size {
width: 10%;
white-space: nowrap;
color: $dark-grey-3;
}
&.type {
width: 37%;
width: 27%;
white-space: nowrap;
color: $dark-grey-3;
}
}