Skip to content

Commit

Permalink
Merge pull request bigbluebutton#15631 from JoVictorNunes/issue-15559
Browse files Browse the repository at this point in the history
fix: screenshare volume control
  • Loading branch information
ramonlsouza authored Sep 7, 2022
2 parents bcd4d5f + 4277a0e commit 0660095
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Slider = styled.div`
background-color: rgba(0,0,0,0.5);
border-radius: 32px;
& > i {
i {
color: white;
transition: 0.5s;
font-size: 200%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ class ScreenshareComponent extends React.Component {
ref={(ref) => {
this.screenshareContainer = ref;
}}
id="screenshareContainer"
>
{loaded && this.renderFullscreenButton()}
{this.renderVideo(true)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const HoverToolbar = styled.div`
${({ toolbarStyle }) => toolbarStyle === 'hoverToolbar' && `
display: none;
:hover > & {
#screenshareContainer:hover > & {
display: flex;
}
`}
Expand Down

0 comments on commit 0660095

Please sign in to comment.