Merge branch 'livekit' into johannes/remove-call

This commit is contained in:
Johannes Marbach
2024-09-13 12:47:18 +02:00
26 changed files with 191 additions and 467 deletions

View File

@@ -50,6 +50,12 @@ Please see LICENSE in the repository root for full details.
margin-bottom: 0;
}
.callName {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.facePile {
margin-top: 8px;
}