re-parse mentions on display name change

This commit is contained in:
2026-05-29 00:43:32 +03:00
parent 06b417f9a1
commit dc1ff4446e
2 changed files with 21 additions and 2 deletions

View File

@@ -848,7 +848,7 @@ a.mention {
padding: var(--base-padding);
background-color: var(--mention-color);
color: black;
border: 1px dashed;
border: 1px solid hsl(from var(--mention-color) h s 55%);
&:hover {
background-color: var(--hover-color);