Better CSS customization.
This commit is contained in:
parent
af55d50c93
commit
ab8dac1bba
@ -1,3 +1,2 @@
|
|||||||
import '../src/entry.js'
|
import '../src/entry.js'
|
||||||
import './sass/livechat.scss'
|
|
||||||
export * from '../src/entry.js'
|
export * from '../src/entry.js'
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
@import "sass/converse";
|
||||||
|
|
||||||
body.livechat-iframe #conversejs .chat-head {
|
body.livechat-iframe #conversejs .chat-head {
|
||||||
// Hidding the chat-head when the plugin is displayed in an iframe.
|
// Hidding the chat-head when the plugin is displayed in an iframe.
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -9,6 +9,7 @@ module.exports = merge(prod, {
|
|||||||
alias: {
|
alias: {
|
||||||
// To override a template, use this syntax:
|
// To override a template, use this syntax:
|
||||||
// 'templates/muc_sidebar.js': path.resolve(__dirname, 'custom/templates/muc_sidebar.js')
|
// 'templates/muc_sidebar.js': path.resolve(__dirname, 'custom/templates/muc_sidebar.js')
|
||||||
|
'../sass/converse.scss': path.resolve(__dirname, 'custom/sass/livechat.scss')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user