From b6d5cef333d35f28f1ce2791d82fe31bc58dc137 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 11 Apr 2024 15:29:39 +0200 Subject: [PATCH] Trying to move the chat menu to the left of the toolbar. --- conversejs/custom/templates/muc-head.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversejs/custom/templates/muc-head.js b/conversejs/custom/templates/muc-head.js index 92c8a09a..9d7f59b0 100644 --- a/conversejs/custom/templates/muc-head.js +++ b/conversejs/custom/templates/muc-head.js @@ -77,9 +77,9 @@ export default (el) => { const headingButtonsPromise = el.getHeadingButtons(subjectHidden) return html`
- ${getPeertubeButtons()} ${until(getStandaloneButtons(headingButtonsPromise), '')} ${until(getDropdownButtons(headingButtonsPromise), '')} + ${getPeertubeButtons()}
` }