Set emoji popup width for overlay chatrooms

This commit is contained in:
JC Brand 2018-09-04 12:08:05 +02:00
parent eca11953bb
commit 3d6b8795af
2 changed files with 11 additions and 0 deletions

View File

@ -10560,6 +10560,8 @@ body.reset {
font-size: 12px; }
#conversejs.converse-overlayed .chatbox.chatroom .chatroom-body .chat-area {
min-width: 250px; }
#conversejs.converse-overlayed .chatbox.chatroom .sendXMPPMessage .chat-toolbar li .toolbar-menu {
min-width: 280px; }
#conversejs.converse-fullscreen .chatroom .box-flyout .chatbox-title {
flex: 0 0 75%;

View File

@ -322,6 +322,15 @@
min-width: $overlayed-chat-width;
}
}
.sendXMPPMessage {
.chat-toolbar {
li {
.toolbar-menu {
min-width: 280px;
}
}
}
}
}
}
}