fix multi user videochat mode

This commit is contained in:
Tim Schlüter 2021-02-13 21:19:45 +01:00
parent cfcad07487
commit 05b829da70
2 changed files with 10 additions and 15 deletions

View file

@ -188,7 +188,7 @@ class LayoutManager {
} else {
HtmlUtils.getElementByIdOrFail<HTMLDivElement>('sidebar').style.display = 'none';
HtmlUtils.getElementByIdOrFail<HTMLDivElement>('main-section').style.display = 'none';
HtmlUtils.getElementByIdOrFail<HTMLDivElement>('chat-mode').style.display = 'flex';
HtmlUtils.getElementByIdOrFail<HTMLDivElement>('chat-mode').style.display = 'grid';
}
for (const div of this.importantDivs.values()) {