We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71da12 commit 9c8c383Copy full SHA for 9c8c383
plugins/show-username/index.jsx
@@ -21,7 +21,7 @@ function addUsername(e, overwrite = false) {
21
const { username } = props.message.author;
22
23
const style =
24
- "font-weight: 600;border-radius: 4px;padding: 0 4px;background: var(--background-secondary);";
+ "font-weight: 600;border-radius: 4px;padding: 0 4px 0 0;background: var(--background-secondary);";
25
const usernameElement = (
26
<span style={style} className={"ioj4-su"}>
27
{username}
0 commit comments