We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b525b4a commit fcf8197Copy full SHA for fcf8197
lib/core/show-dir/styles.js
@@ -4,7 +4,7 @@ const icons = require('./icons.json');
4
5
const IMG_SIZE = 16;
6
7
-let css = `i.icon { display: block; height: ${IMG_SIZE}px; width: ${IMG_SIZE}px; }\n`;
+let css = `i.icon { display: block; height: ${IMG_SIZE}px; width: ${IMG_SIZE}px; background: no-repeat center; }\n`;
8
css += 'table tr { white-space: nowrap; }\n';
9
css += 'td.perms {}\n';
10
css += 'td.file-size { text-align: right; padding-left: 1em; }\n';
0 commit comments