fix: Display @ infront of mentions

This commit is contained in:
Tom Moor
2024-04-13 22:30:29 -04:00
parent bc74f92999
commit 9e8df4dd2d

View File

@@ -282,6 +282,10 @@ width: 100%;
font-weight: 500;
font-size: 0.9em;
cursor: default;
&:before {
content: "@";
}
}
> div {