From acdcb21830a55bdcb41cb2f8d70e04643f4fb0e2 Mon Sep 17 00:00:00 2001 From: wmwragg Date: Tue, 13 Sep 2016 13:32:50 +0100 Subject: [PATCH] Fixed weird margin bug when LHS panel is collapsed --- .../vector/css/vector-web/structures/LeftPanel.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/skins/vector/css/vector-web/structures/LeftPanel.css b/src/skins/vector/css/vector-web/structures/LeftPanel.css index 5a71ac28c8..4e3281716e 100644 --- a/src/skins/vector/css/vector-web/structures/LeftPanel.css +++ b/src/skins/vector/css/vector-web/structures/LeftPanel.css @@ -91,19 +91,13 @@ limitations under the License. .collapsed .mx_BottomLeftMenu_createRoom, .collapsed .mx_BottomLeftMenu_people, .collapsed .mx_BottomLeftMenu_settings { - margin-left: 0px ! important; + margin-right: 0px ! important; padding-top: 3px ! important; padding-bottom: 3px ! important; } -.mx_LeftPanel .mx_BottomLeftMenu_directory { - margin-right: 10px; -} - -.mx_LeftPanel .mx_BottomLeftMenu_createRoom { - margin-right: 10px; -} - +.mx_LeftPanel .mx_BottomLeftMenu_directory, +.mx_LeftPanel .mx_BottomLeftMenu_createRoom, .mx_LeftPanel .mx_BottomLeftMenu_people { margin-right: 10px; }