diff --git a/src/components/BreakoutRoomsEditor/BreakoutRoomsParticipantsEditor.vue b/src/components/BreakoutRoomsEditor/BreakoutRoomsParticipantsEditor.vue index 87bca808e7e..25e5153ebd7 100644 --- a/src/components/BreakoutRoomsEditor/BreakoutRoomsParticipantsEditor.vue +++ b/src/components/BreakoutRoomsEditor/BreakoutRoomsParticipantsEditor.vue @@ -55,6 +55,17 @@
+ + + {{ deleteButtonLabel }} + @@ -94,6 +105,7 @@ @@ -330,4 +376,8 @@ export default { position: absolute !important; left: 0; } + +.delete { + margin-right: auto; +} diff --git a/src/components/RightSidebar/BreakoutRooms/BreakoutRoomsActions.vue b/src/components/RightSidebar/BreakoutRooms/BreakoutRoomsActions.vue new file mode 100644 index 00000000000..0666164f418 --- /dev/null +++ b/src/components/RightSidebar/BreakoutRooms/BreakoutRoomsActions.vue @@ -0,0 +1,281 @@ + + + + + diff --git a/src/components/RightSidebar/BreakoutRooms/BreakoutRoomsTab.vue b/src/components/RightSidebar/BreakoutRooms/BreakoutRoomsTab.vue index efee7716fa5..99ec5155c26 100644 --- a/src/components/RightSidebar/BreakoutRooms/BreakoutRoomsTab.vue +++ b/src/components/RightSidebar/BreakoutRooms/BreakoutRoomsTab.vue @@ -21,145 +21,37 @@ @@ -369,25 +137,9 @@ export default {