diff --git a/app/src/components/LeaveDialog.js b/app/src/components/LeaveDialog.js index 58d2b1de..732e935b 100644 --- a/app/src/components/LeaveDialog.js +++ b/app/src/components/LeaveDialog.js @@ -36,6 +36,15 @@ const styles = (theme) => width : '90vw' } }, + dialogActions : + { + flexDirection : 'row', + [theme.breakpoints.down('xs')] : + { + flexDirection : 'column' + } + }, + logo : { marginLeft : theme.spacing(1.5), @@ -106,7 +115,7 @@ const LeaveDialog = ({ defaultMessage='Do you want to leave the room?' /> - +