fix: tackle fallout from lifting a handful of dislocated changes

This commit is contained in:
prlanzarin 2021-12-02 18:57:25 +00:00
parent 958376c5d4
commit fa64708e87
3 changed files with 2 additions and 2 deletions

View File

@ -59,6 +59,7 @@
}
.offsetBottom {
position: relative
:global(.MuiPaper-root) {
top: auto !important;
bottom: 4rem !important;

View File

@ -248,7 +248,6 @@
top: 0;
height: 60%;
left: 0;
width: 75%;
margin-left: 25%;
font-size: 50%;
margin-top: 40%;

View File

@ -59,6 +59,7 @@ const JoinVideoButton = ({
}) => {
const { isMobile } = deviceInfo;
const shouldEnableWebcamSelectorButton = ENABLE_WEBCAM_SELECTOR_BUTTON
&& hasVideoStream
&& !isMobile;
const exitVideo = () => hasVideoStream
&& !isMobile
@ -93,7 +94,6 @@ const JoinVideoButton = ({
<ButtonEmoji
onClick={handleOpenAdvancedOptions}
emoji="device_list_selector"
hidden={!hasVideoStream}
hideLabel
label={intl.formatMessage(intlMessages.advancedVideo)}
/>