add divider between tabs and regular buttons in room header

This commit is contained in:
Bruno Windels 2019-02-12 20:04:24 +01:00
parent c2247cdc67
commit ccaa017980
5 changed files with 32 additions and 2 deletions

View file

@ -88,7 +88,7 @@ export default class HeaderButtons extends React.Component {
render() {
// inline style as this will be swapped around in future commits
return <div style={{display: 'flex'}}>
return <div className="mx_HeaderButtons">
{ this.renderButtons() }
</div>;
}