diff --git a/src/components/structures/BottomLeftMenu.js b/src/components/structures/BottomLeftMenu.js index 924410f56a..9e7442cd90 100644 --- a/src/components/structures/BottomLeftMenu.js +++ b/src/components/structures/BottomLeftMenu.js @@ -178,9 +178,15 @@ module.exports = React.createClass({
{ homeButton } - - - +
+ +
+
+ +
+
+ +
diff --git a/src/skins/vector/css/vector-web/structures/_LeftPanel.scss b/src/skins/vector/css/vector-web/structures/_LeftPanel.scss index f171591cd6..dbe745f799 100644 --- a/src/skins/vector/css/vector-web/structures/_LeftPanel.scss +++ b/src/skins/vector/css/vector-web/structures/_LeftPanel.scss @@ -70,6 +70,10 @@ limitations under the License. padding-bottom: 3px ! important; } +.mx_BottomLeftMenu_options > div { + display: inline-block; +} + .mx_BottomLeftMenu_options .mx_RoleButton { margin-left: 0px; margin-right: 10px;