Commit 29bc4215 authored by Ariel Fuggini's avatar Ariel Fuggini Committed by JC Brand

Moved event listener to title container

parent de583cbd
......@@ -515,7 +515,6 @@
min-height: calc(var(--overlayed-chat-height) / 2);
}
.chat-head {
cursor: pointer;
min-height: var(--overlayed-chat-head-height);
}
.minimized-chats-flyout .chat-head {
......@@ -539,6 +538,7 @@
}
.chatbox-title {
cursor: pointer;
padding: 0.5rem 0.75rem 0 0.75rem;
}
.chatbox-title--no-desc {
......
......@@ -416,9 +416,6 @@
#conversejs.converse-overlayed {
.chatbox {
&.chatroom {
.chat-head {
padding-bottom: 1em;
}
.chatroom-features {
display: none !important;
}
......@@ -438,6 +435,7 @@
.chat-head__desc {
font-size: 80%;
margin-bottom: 1em;
}
.chatroom-body {
.occupants {
......
......@@ -453,7 +453,7 @@ converse.plugins.add('converse-muc-views', {
'mousedown .dragresize-occupants-left': 'onStartResizeOccupants',
'paste .chat-textarea': 'onPaste',
'submit .muc-nickname-form': 'submitNickname',
'click .converse-overlayed .chat-head-chatroom': 'minimize'
'click .converse-overlayed .chatbox-title': 'minimize'
},
async initialize () {
......
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