summaryrefslogtreecommitdiff
path: root/source/features/small-user-avatars.tsx
diff options
context:
space:
mode:
authorGravatar Katsute <58778985+Katsute@users.noreply.github.com> 2023-11-01 12:50:58 -0400
committerGravatar GitHub <noreply@github.com> 2023-11-02 00:50:58 +0800
commit77f0031637539d00cb337dc8130265b6a064718c (patch)
treeeaa701968cd7cd33e1cf4abd02f178dbb9544151 /source/features/small-user-avatars.tsx
parent99870230d853498feb1be39b7a9df6f7526c5a74 (diff)
downloadrefined-github-77f0031637539d00cb337dc8130265b6a064718c.tar.gz
refined-github-77f0031637539d00cb337dc8130265b6a064718c.tar.zst
refined-github-77f0031637539d00cb337dc8130265b6a064718c.zip
`small-user-avatars` - Adjust spacing (#7004)
Co-authored-by: Federico Brigante <me@fregante.com>
Diffstat (limited to 'source/features/small-user-avatars.tsx')
-rw-r--r--source/features/small-user-avatars.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/small-user-avatars.tsx b/source/features/small-user-avatars.tsx
index f01c9cde..dfaa45c4 100644
--- a/source/features/small-user-avatars.tsx
+++ b/source/features/small-user-avatars.tsx
@@ -1,4 +1,3 @@
-import './small-user-avatars.css';
import React from 'dom-chef';
import onetime from 'onetime';
@@ -29,6 +28,7 @@ function addMentionAvatar(link: HTMLElement): void {
link.prepend(
<img
className="avatar avatar-user mb-1 mr-1 rgh-small-user-avatars"
+ style={{marginLeft: 1}}
src={getUserAvatarURL(username, size)!}
width={size}
height={size}
@@ -56,7 +56,7 @@ Test URLs:
https://github.com/notifications/subscriptions
https://github.com/refined-github/refined-github/issues
-https://github.com/refined-github/refined-github/issues/6919
+https://github.com/refined-github/refined-github/pull/7004
https://github.com/refined-github/refined-github/releases
https://github.com/refined-github/refined-github/releases/tag/23.9.21
https://github.com/orgs/community/discussions/5841#discussioncomment-1450320