Browse Source

Add the delivery status for emojis messages

feature/podman
Timothée Jaussoin 2 months ago
parent
commit
663627c83b
  1. 5
      app/Widgets/Chat/chat.css

5
app/Widgets/Chat/chat.css

@ -786,6 +786,11 @@ ul.list li > div.bubble.file div.file a span.size:before {
}
#chat_widget .bubble.file .message span.info:after {
display: block;
margin-top: -2rem;
}
#chat_widget .bubble.file .message div.file ~ span.info:after {
display: none;
}

Loading…
Cancel
Save