Messages in overlay mode should span whole area

This commit is contained in:
JC Brand 2018-09-07 14:10:53 +02:00
parent 8cc88d9b17
commit 0b8a63d5d8
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -271,7 +271,7 @@
.message {
&.chat-msg {
&.chat-msg--followup {
.chat-msg__body {
.chat-msg__content {
margin-left: 0;
}
}