feat(mentions): highlight own mentions inside room chat bubbles

This commit is contained in:
simoleo89
2026-06-02 14:23:29 +02:00
committed by simoleo89
parent cdabdedfbf
commit 22e28a31ab
4 changed files with 296 additions and 4 deletions
+9
View File
@@ -2396,3 +2396,12 @@
}
}
/* Mention highlight inside chat bubbles (cosmetic) */
.mention-highlight {
font-weight: 700;
color: #1e7295;
background-color: rgba(30, 114, 149, 0.16);
border-radius: 3px;
padding: 0 2px;
}