Browse Source

Don't show the delivery status twice for card based messages

feature/podman
Timothée Jaussoin 4 weeks ago
parent
commit
f48cba9172
  1. 1
      app/Widgets/Chat/chat.css

1
app/Widgets/Chat/chat.css

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

Loading…
Cancel
Save