feat files: Show File Size and Directory's sub items count

fix styles: make thin-small 15px instead of 14px (was too small)
This commit is contained in:
Mahdi Dibaiee
2015-09-04 15:32:03 +04:30
parent 13564f5448
commit 1a2d6209f9
11 changed files with 173 additions and 37 deletions

View File

@ -12,6 +12,14 @@
border-bottom: 1px solid @dark-separator;
p {
flex: 1 1;
}
> span {
.thin-small;
}
i {
margin-right: 1.4rem;
}

View File

@ -27,5 +27,5 @@
}
.thin-small {
font-size: 1.4rem;
font-size: 1.5rem;
}