Skip to content
Snippets Groups Projects
Verified Commit c5f7bcb9 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: css on controlbox

parent 9532f3d7
No related branches found
No related tags found
No related merge requests found
Pipeline #4719 passed
......@@ -47,7 +47,7 @@ export const SibChat = {
});
this.element.shadowRoot.append(...Helpers.importCSS(
'https://unpkg.com/converse.js@6.0/dist/converse.min.css',
'/lib/sib-chat/themes/converse-hd.css' // 'https://unpkg.com/@startinblox/component-chat@0.5/themes/converse-hd.css'
'https://unpkg.com/@startinblox/component-chat@0.5/themes/converse-hd.css'
));
if (window.converse_sib === undefined) {
this.initializeConverse();
......
......@@ -484,6 +484,12 @@
#conversejs #controlbox {
order: -1;
display: none;
}
#conversejs.converse-embedded .chatbox, #conversejs.converse-fullscreen .chatbox {
flex: 0 0 100%;
max-width: 100%;
}
#conversejs.converse-embedded .toggle-controlbox,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment