repo card: adjust icon X position

This commit is contained in:
martin-mfg
2025-05-22 15:49:30 +02:00
parent 5cf5a7572e
commit 0b43c8bb76
+2 -2
View File
@@ -159,7 +159,7 @@ const renderRepoCard = (repo, options = {}) => {
bold: text_bold,
number_format,
link: STATS[key].link,
labelXOffset: 20,
labelXOffset: 23,
}),
);
@@ -234,7 +234,7 @@ const renderRepoCard = (repo, options = {}) => {
}).join("");
const extraItems = `
<svg x="0" y="0"><g transform="translate(0, ${height - 52 - extraHeight})">
<svg x="0" y="0"><g transform="translate(-3, ${height - 52 - extraHeight})">
${flexLayout({
items: statItems,
gap: extraLHeight,