From 9e8df4dd2d97428965524a59aece7bd854a67676 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 13 Apr 2024 22:30:29 -0400 Subject: [PATCH] fix: Display @ infront of mentions --- shared/editor/components/Styles.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts index d200028b3..c4de26710 100644 --- a/shared/editor/components/Styles.ts +++ b/shared/editor/components/Styles.ts @@ -282,6 +282,10 @@ width: 100%; font-weight: 500; font-size: 0.9em; cursor: default; + + &:before { + content: "@"; + } } > div {