perf(client): do not render custom emojis in user names

#9778
This commit is contained in:
syuilo
2023-02-08 17:48:02 +09:00
parent 2e565cac2c
commit 650187deaf
32 changed files with 42 additions and 71 deletions

View File

@@ -156,6 +156,13 @@ hr {
-webkit-touch-callout: none;
}
._nowrap {
white-space: pre;
word-wrap: normal; // https://codeday.me/jp/qa/20190424/690106.html
overflow: clip;
text-overflow: ellipsis;
}
._ghost {
@extend ._noSelect;
pointer-events: none;