Compare commits

...

1 Commits

Author SHA1 Message Date
Tom Moor 5d894862c4 fix: Reduce gap between at symbol and name in user mentions 2025-03-30 13:22:39 -04:00
+4
View File
@@ -313,6 +313,10 @@ width: 100%;
background: ${props.theme.mentionHoverBackground};
}
&[data-type="user"] {
gap: 0;
}
&.mention-user::before {
content: "@";
}