Wait for WebRTC component to definitely be loaded.

This commit is contained in:
Dermot Duffy
2022-01-28 23:42:17 -08:00
parent 1664abef53
commit 6a8278deee
4 changed files with 60 additions and 29 deletions
+5 -1
View File
@@ -13,6 +13,10 @@
padding: 10%;
}
.vertical {
flex-direction: column;
}
.message a {
color: var(--primary-text-color, white);
}
@@ -20,4 +24,4 @@
span {
padding: 10px;
word-break: break-word;
}
}