mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Ready to implement conversation message writing notifier
This commit is contained in:
12
assets/css/components/conversations/writingNotifier.css
Normal file
12
assets/css/components/conversations/writingNotifier.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user