Added users tag support

This commit is contained in:
Pierre
2018-05-03 22:44:22 +02:00
parent 1044e3ff64
commit d6d6c2aa4c
3 changed files with 82 additions and 2 deletions

View File

@ -100,6 +100,10 @@
height: 1em;
}
#conversationsElem .direct-chat-text a, #conversationsElem .direct-chat-text .a {
color: inherit;
}
#conversationsElem .direct-chat-text.not-first-message::before,
#conversationsElem .direct-chat-text.not-first-message::after {
display: none;