From f7ed1ff046894841b23c777295de2207cced1f47 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 19 Dec 2018 12:59:03 +0100 Subject: [PATCH] avoid buttons being deformed in collapsed state unsure what this was doing before, I suspect the BottomLeftMenu which is gone now. --- res/css/structures/_LeftPanel.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/res/css/structures/_LeftPanel.scss b/res/css/structures/_LeftPanel.scss index 1fe7a42678..47cb231b58 100644 --- a/res/css/structures/_LeftPanel.scss +++ b/res/css/structures/_LeftPanel.scss @@ -89,12 +89,6 @@ limitations under the License. pointer-events: none; } -.mx_LeftPanel_container.collapsed .mx_RoleButton { - margin-right: 0px ! important; - padding-top: 3px ! important; - padding-bottom: 3px ! important; -} - .mx_BottomLeftMenu_options > div { display: inline-block; }