summaryrefslogtreecommitdiff
path: root/source/features/repo-header-info.tsx
diff options
context:
space:
mode:
authorGravatar 오지환 (Cooper) <cooper@chequer.io> 2023-10-29 23:30:07 +0900
committerGravatar GitHub <noreply@github.com> 2023-10-29 22:30:07 +0800
commit4a9e021202ceb76962d08d70ecab2ec9becab8d9 (patch)
tree3d4811b880eb36b147417d166a0865a59680e45a /source/features/repo-header-info.tsx
parent906da8c189127627f23fd3f0a706c2369a79c9b0 (diff)
downloadrefined-github-4a9e021202ceb76962d08d70ecab2ec9becab8d9.tar.gz
refined-github-4a9e021202ceb76962d08d70ecab2ec9becab8d9.tar.zst
refined-github-4a9e021202ceb76962d08d70ecab2ec9becab8d9.zip
`repo-header-info` - Improve alignment (#6987)
Diffstat (limited to '')
-rw-r--r--source/features/repo-header-info.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/repo-header-info.tsx b/source/features/repo-header-info.tsx
index 20e862f9..56963078 100644
--- a/source/features/repo-header-info.tsx
+++ b/source/features/repo-header-info.tsx
@@ -52,7 +52,7 @@ async function add(repoLink: HTMLAnchorElement): Promise<void> {
className="d-flex flex-items-center flex-justify-center mr-1 gap-1 color-fg-muted"
>
<StarIcon className="ml-1" width={12} height={12}/>
- <span className="f6">{abbreviateNumber(stargazerCount)}</span>
+ <span className="f5">{abbreviateNumber(stargazerCount)}</span>
</a>,
);
}