ConverseJS Readonly mode. Changing muc_mention_autocomplete_min_chars.

This commit is contained in:
John Livingston
2021-12-14 13:02:15 +01:00
parent c19db4dc9c
commit 148b28ef84
5 changed files with 30 additions and 3 deletions

View File

@ -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;
}
}