Move Jitsi widget to bottom and fix keyboard navigation of left panel

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2019-10-23 12:12:11 +01:00
parent 4dd0f6d902
commit d7a64fcacd
2 changed files with 36 additions and 47 deletions

View File

@@ -48,12 +48,16 @@ limitations under the License.
.mx_LeftPanel {
flex: 1;
overflow-x: hidden;
overflow: 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;
}