Fix for chat CSS in Safari

master
Håvar Aambø Fosstveit 2019-04-01 09:09:26 +02:00
parent 77298b6f2e
commit 513c75adde
2 changed files with 4 additions and 2 deletions

View File

@ -167,7 +167,8 @@ class Sidebar extends React.PureComponent
} }
} }
Sidebar.propTypes = { Sidebar.propTypes =
{
roomClient : PropTypes.any.isRequired, roomClient : PropTypes.any.isRequired,
toolbarsVisible : PropTypes.bool.isRequired, toolbarsVisible : PropTypes.bool.isRequired,
me : appPropTypes.Me.isRequired, me : appPropTypes.Me.isRequired,

View File

@ -22,7 +22,8 @@ const styles = (theme) =>
{ {
display : 'flex', display : 'flex',
marginBottom : theme.spacing.unit, marginBottom : theme.spacing.unit,
padding : theme.spacing.unit padding : theme.spacing.unit,
flexShrink : 0
}, },
selfMessage : selfMessage :
{ {