Trying to move the chat menu to the left of the toolbar.
This commit is contained in:
parent
eee07da1e3
commit
b6d5cef333
@ -77,9 +77,9 @@ export default (el) => {
|
||||
const headingButtonsPromise = el.getHeadingButtons(subjectHidden)
|
||||
return html`
|
||||
<div class="livechat-mini-muc-bar-buttons">
|
||||
${getPeertubeButtons()}
|
||||
${until(getStandaloneButtons(headingButtonsPromise), '')}
|
||||
${until(getDropdownButtons(headingButtonsPromise), '')}
|
||||
${getPeertubeButtons()}
|
||||
</div>
|
||||
`
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user