mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Fix conversations width
This commit is contained in:
@ -13,7 +13,16 @@ const GroupConversationPage = {
|
||||
* @param {HTMLElement} target Target page
|
||||
*/
|
||||
show: function(conv, target) {
|
||||
ConversationPageConvPart.open(conv.id, target)
|
||||
|
||||
const convTarget = createElem2({
|
||||
appendTo: target,
|
||||
type: "div",
|
||||
class: "row",
|
||||
innerHTML: "<div class='col-md-6 group-page-conversation'></div>"
|
||||
}).children[0]
|
||||
|
||||
|
||||
ConversationPageConvPart.open(conv.id, convTarget)
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user