We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3049bf9 commit 48901b3Copy full SHA for 48901b3
build/content.css
@@ -43,7 +43,7 @@ td.icon > img {
43
}
44
45
.vscode-icon {
46
- vertical-align: middle;
+ vertical-align: -3px;
47
height: 16px;
48
49
packages/content/pages/GitHub.ts
@@ -95,7 +95,7 @@ function showRepoTreeIcons(rowEl: Element) {
95
return;
96
97
const x = mutate(() => {
98
- iconSVGEl.outerHTML = `<img src="${getIconUrl(iconPath)}" class="${iconSVGClassName}" alt="icon" width="16" height="16">`;
+ iconSVGEl.outerHTML = `<img src="${getIconUrl(iconPath)}" class="vscode-icon ${iconSVGClassName}" alt="icon" width="16" height="16">`;
99
});
100
101
// else {
0 commit comments