diff options
author | 2023-11-01 12:50:58 -0400 | |
---|---|---|
committer | 2023-11-02 00:50:58 +0800 | |
commit | 77f0031637539d00cb337dc8130265b6a064718c (patch) | |
tree | eaa701968cd7cd33e1cf4abd02f178dbb9544151 /source/features/small-user-avatars.tsx | |
parent | 99870230d853498feb1be39b7a9df6f7526c5a74 (diff) | |
download | refined-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.tsx | 4 |
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 |