Skip to content

Commit 9c8c383

Browse files
committed
[show-username] fix styling
1 parent c71da12 commit 9c8c383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/show-username/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function addUsername(e, overwrite = false) {
2121
const { username } = props.message.author;
2222

2323
const style =
24-
"font-weight: 600;border-radius: 4px;padding: 0 4px;background: var(--background-secondary);";
24+
"font-weight: 600;border-radius: 4px;padding: 0 4px 0 0;background: var(--background-secondary);";
2525
const usernameElement = (
2626
<span style={style} className={"ioj4-su"}>
2727
{username}

0 commit comments

Comments
 (0)