Ready to implement conversation message writing notifier

This commit is contained in:
2021-03-08 19:01:51 +01:00
parent a545860795
commit 3a55f18b96
6 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/**
* Conversation message writing notifier
*/
.user-writing-message {
font-size: 80%;
font-style: italic;
}
#conversationsElem .user-writing-message {
margin-top: -12px;
}