fix: Display @ infront of mentions
This commit is contained in:
@@ -282,6 +282,10 @@ width: 100%;
|
||||
font-weight: 500;
|
||||
font-size: 0.9em;
|
||||
cursor: default;
|
||||
|
||||
&:before {
|
||||
content: "@";
|
||||
}
|
||||
}
|
||||
|
||||
> div {
|
||||
|
||||
Reference in New Issue
Block a user