Trying to move the chat menu to the left of the toolbar.

This commit is contained in:
John Livingston 2024-04-11 15:29:39 +02:00
parent eee07da1e3
commit b6d5cef333
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -77,9 +77,9 @@ export default (el) => {
const headingButtonsPromise = el.getHeadingButtons(subjectHidden) const headingButtonsPromise = el.getHeadingButtons(subjectHidden)
return html` return html`
<div class="livechat-mini-muc-bar-buttons"> <div class="livechat-mini-muc-bar-buttons">
${getPeertubeButtons()}
${until(getStandaloneButtons(headingButtonsPromise), '')} ${until(getStandaloneButtons(headingButtonsPromise), '')}
${until(getDropdownButtons(headingButtonsPromise), '')} ${until(getDropdownButtons(headingButtonsPromise), '')}
${getPeertubeButtons()}
</div> </div>
` `
} }