From 2be1d34f5c299644a5946ad675f92da6b31051e9 Mon Sep 17 00:00:00 2001 From: Pratiyush Kumar Date: Mon, 16 Oct 2023 14:36:46 +0530 Subject: [PATCH] changed position of toggle button on live-panel --- app/components/live-panel.hbs | 7 ++++ app/components/live-sidebar.hbs | 6 --- app/styles/icon-button.module.css | 57 ++++++++++++++++---------- app/styles/live-sidebar.module.css | 66 +----------------------------- app/styles/live.module.css | 5 +++ app/templates/live.hbs | 3 +- 6 files changed, 51 insertions(+), 93 deletions(-) diff --git a/app/components/live-panel.hbs b/app/components/live-panel.hbs index 3227593d..943eac43 100644 --- a/app/components/live-panel.hbs +++ b/app/components/live-panel.hbs @@ -1,4 +1,11 @@
+ {{#if (eq @role this.ROLES.host)}} -
@@ -89,6 +89,7 @@ @role={{this.role}} @buttonClickHandler={{this.buttonClickHandler}} @openRoomCodeModal={{this.toggleRoomCodeModal}} + @sidebarDisplayToggle={{this.sidebarDisplayToggle}} /> {{/if}}