Commit 3d6b8795 authored by JC Brand's avatar JC Brand

Set emoji popup width for overlay chatrooms

parent eca11953
......@@ -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%;
......
......@@ -322,6 +322,15 @@
min-width: $overlayed-chat-width;
}
}
.sendXMPPMessage {
.chat-toolbar {
li {
.toolbar-menu {
min-width: 280px;
}
}
}
}
}
}
}
......
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