Fix for chat CSS in Safari
parent
77298b6f2e
commit
513c75adde
|
|
@ -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 :
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue