allow repos param without owner, improve readme, improve bold formatting

This commit is contained in:
martin-mfg
2025-06-08 11:35:22 +02:00
parent 327568eede
commit 80b78a4cad
3 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ const createTextNode = ({
}" ${labelOffset} y="12.5">${label}:</text>
<text
class="stat ${bold ? " bold" : "not_bold"}"
x="${(showIcons ? 140 : 120) + shiftValuePos}"
x="${(showIcons ? 140 : 120) + (bold ? 5 : 0) + shiftValuePos}"
y="12.5"
data-testid="${id}"
>${kValue}${unitSymbol ? ` ${unitSymbol}` : ""}</text>` +