fix(premeeting): fix undefined breakpoint in media query (#11148)

pull/11151/head jitsi-meet_7058
Shahab 3 years ago committed by GitHub
parent 3b05fd70a3
commit 8e035b03b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      react/features/base/premeeting/components/web/ConnectionStatus.js

@ -44,7 +44,7 @@ const useStyles = makeStyles(theme => {
width: '100%'
},
[theme.breakpoints.down('720')]: {
'@media (max-width: 720px)': {
margin: `${theme.spacing(4)} auto`,
position: 'fixed',
top: 0,

Loading…
Cancel
Save