diff --git a/src/components/structures/RightPanel.js b/src/components/structures/RightPanel.js index c12952fbdd..c7f5394bf1 100644 --- a/src/components/structures/RightPanel.js +++ b/src/components/structures/RightPanel.js @@ -198,29 +198,29 @@ module.exports = React.createClass({ if (this.props.roomId) { buttonGroup =
- -
{ membersBadge ? membersBadge :  }
- - { membersHighlight } -
- -
 
- - { filesHighlight } -
- -
 
- - { notificationsHighlight } -
-
- -
+ +
{ membersBadge ? membersBadge :  }
+ + { membersHighlight } +
+ +
 
+ + { filesHighlight } +
+ +
 
+ + { notificationsHighlight } +
+
+ +
; }