New fullpage chat: better CSS

This commit is contained in:
John Livingston
2024-03-26 14:49:47 +01:00
parent bc9c9923d5
commit 4cf2cd3ac8
2 changed files with 5 additions and 1 deletions

View File

@ -40,7 +40,6 @@ async function registerConfiguration (clientOptions: RegisterClientOptions): Pro
await loadConverseJS(converseJSParams)
const container = document.createElement('div')
container.classList.add('margin-content')
container.classList.add('livechat-embed-fullpage')
rootEl.append(container)
const converseRoot = document.createElement('converse-root')