add divider between tabs and regular buttons in room header
This commit is contained in:
parent
c2247cdc67
commit
ccaa017980
5 changed files with 32 additions and 2 deletions
|
@ -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>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue