Merge pull request #2621 from matrix-org/bwindels/tabsdivider

Add divider between tabs and regular buttons in room header
This commit is contained in:
Bruno Windels 2019-02-13 11:00:52 +01:00 committed by GitHub
commit de8cd88418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>;
}