1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

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
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>;
}