Move Jitsi widget above Explore/Filter

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2019-10-23 13:05:02 +01:00
parent c6023ca461
commit efcda54c3f
2 changed files with 2 additions and 6 deletions

View File

@@ -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;
}