Improving video CSS (work on overlay)

This commit is contained in:
David Négrier 2020-08-16 23:45:03 +02:00
parent 88c099fc13
commit 1509777945
2 changed files with 11 additions and 2 deletions

View file

@ -28,6 +28,7 @@ class LayoutManager {
const div = document.createElement('div');
div.innerHTML = html;
div.id = "user-"+userId;
div.className = "media-container"
if (importance === DivImportance.Important) {
this.importantDivs.set(userId, div);