Skip to content

Commit

Permalink
Limit screen thumbnail height (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Feb 21, 2023
1 parent ec18627 commit 0156646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/call_widget/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ export default class CallWidget extends React.PureComponent<Props, State> {
style={this.style.screenSharingPanel as CSSProperties}
>
<div
style={{position: 'relative', width: '80%', background: '#C4C4C4'}}
style={{position: 'relative', width: '80%', maxHeight: '188px', background: '#C4C4C4'}}
>
<video
id='screen-player'
Expand Down

0 comments on commit 0156646

Please sign in to comment.