Merge branch 'livekit-experiment' into livekit-load-test

This commit is contained in:
Daniel Abramov
2023-06-14 17:12:03 +02:00
13 changed files with 352 additions and 427 deletions

View File

@@ -82,19 +82,6 @@ limitations under the License.
bottom: 0;
}
.avatar {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/* To make avatars scale smoothly with their tiles during animations, we
override the styles set on the element */
--avatarSize: calc(min(var(--tileWidth), var(--tileHeight)) / 2);
width: var(--avatarSize) !important;
height: var(--avatarSize) !important;
border-radius: 10000px !important;
}
@media (min-height: 300px) {
.inRoom {
--footerPadding: 24px;