From efcda54c3fcd4cae51effb7797b6f1a86c0b78aa Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 23 Oct 2019 13:05:02 +0100 Subject: [PATCH] Move Jitsi widget above Explore/Filter Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/structures/_LeftPanel.scss | 6 +----- src/components/structures/LeftPanel.js | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/res/css/structures/_LeftPanel.scss b/res/css/structures/_LeftPanel.scss index e55ebb42d7..85fdfa092d 100644 --- a/res/css/structures/_LeftPanel.scss +++ b/res/css/structures/_LeftPanel.scss @@ -48,16 +48,12 @@ limitations under the License. .mx_LeftPanel { flex: 1; - overflow: hidden; + overflow-x: hidden; display: flex; flex-direction: column; min-height: 0; } -.mx_LeftPanel .mx_LeftPanel_Rooms { - flex: 1 1 0; -} - .mx_LeftPanel .mx_AppTile_mini { height: 132px; } diff --git a/src/components/structures/LeftPanel.js b/src/components/structures/LeftPanel.js index 54fad45713..8a21b017fd 100644 --- a/src/components/structures/LeftPanel.js +++ b/src/components/structures/LeftPanel.js @@ -272,6 +272,7 @@ const LeftPanel = createReactClass({ );