feat(conference) add end conference

Add the ability (for moderators) to end the meeting for everyone.
This commit is contained in:
wfleischer
2022-08-26 20:25:04 +02:00
committed by GitHub
parent 3bb581c8d9
commit 09efaecc41
28 changed files with 723 additions and 42 deletions

View File

@@ -134,6 +134,20 @@
}
}
.hangup-menu-button {
background-color: $hangupMenuButtonColor;
@media (hover: hover) and (pointer: fine) {
&:hover {
background-color: $hangupMenuButtonHoverColor;
}
}
svg {
fill: #fff;
}
}
.profile-button-avatar {
align-items: center;
}