Commit 0b8a63d5 authored by JC Brand's avatar JC Brand

Messages in overlay mode should span whole area

parent 8cc88d9b
......@@ -10878,7 +10878,7 @@ body.reset {
#conversejs .chatroom-body .message .separator {
border: 0.5px solid #E77051; }
#conversejs.converse-overlayed .message.chat-msg.chat-msg--followup .chat-msg__body {
#conversejs.converse-overlayed .message.chat-msg.chat-msg--followup .chat-msg__content {
margin-left: 0; }
@media screen and (max-width: 767px) {
......
......@@ -271,7 +271,7 @@
.message {
&.chat-msg {
&.chat-msg--followup {
.chat-msg__body {
.chat-msg__content {
margin-left: 0;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment