Fix for chat CSS in Safari
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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 :
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user