diff options
Diffstat (limited to 'source/features/show-names.tsx')
-rw-r--r-- | source/features/show-names.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/show-names.tsx b/source/features/show-names.tsx index 99334bee..67f64062 100644 --- a/source/features/show-names.tsx +++ b/source/features/show-names.tsx @@ -63,7 +63,7 @@ async function init(): Promise<false | void> { const insertionPoint = parentElement!.tagName === 'STRONG' ? parentElement! : usernameElement; insertionPoint.after( ' ', - <span className="color-text-secondary color-fg-muted css-truncate d-inline-block"> + <span className="color-fg-muted css-truncate d-inline-block"> (<bdo className="css-truncate-target" style={{maxWidth: '200px'}}>{name}</bdo>) </span>, ' ', |