mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-09-02 10:19:50 +00:00
feat: fix 'include_all_commits' inner card margin (#2283)
This commit is contained in:
@@ -185,8 +185,7 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
|
||||
...STATS[key],
|
||||
index,
|
||||
showIcons: show_icons,
|
||||
shiftValuePos:
|
||||
(!include_all_commits ? 79.01 : 35) + (isLongLocale ? 50 : 0),
|
||||
shiftValuePos: 79.01 + (isLongLocale ? 50 : 0),
|
||||
bold: text_bold,
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user