diff --git a/public/css/Room.css b/public/css/Room.css index 901120cd..07118079 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -644,6 +644,10 @@ button:hover { background-color: #0c0b0b; } */ +#inviteParticipants { + margin: 15px 0px 0px 5px; +} + #searchParticipants { margin-top: 15px; width: 100%; diff --git a/public/js/Room.js b/public/js/Room.js index 9a755501..753115d6 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -1534,6 +1534,12 @@ async function getRoomParticipants(refresh = false) { async function getParticipantsTable(peers) { let table = ` +