ConverseJS Readonly mode. Changing muc_mention_autocomplete_min_chars.
This commit is contained in:
@ -15,3 +15,13 @@ body.livechat-iframe #conversejs .chat-head {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Readonly mode
|
||||
body.livechat-readonly #conversejs {
|
||||
.chat-head,
|
||||
.bottom-panel,
|
||||
converse-message-actions,
|
||||
converse-muc-sidebar {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user