From 9d28c8f577c8c38390f42cd3923b4248c701186a Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Thu, 25 May 2017 13:49:41 +0100 Subject: [PATCH] Move `ref` to outer div --- src/components/structures/BottomLeftMenu.js | 12 +++++++++--- .../vector/css/vector-web/structures/_LeftPanel.scss | 4 ++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/components/structures/BottomLeftMenu.js b/src/components/structures/BottomLeftMenu.js index 924410f5..9e7442cd 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 f171591c..dbe745f7 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;