2015-06-15 15:50:24 +01:00
|
|
|
.mx_MatrixChat {
|
|
|
|
display: table;
|
|
|
|
table-layout: fixed;
|
|
|
|
width: 100%;
|
2015-06-15 17:06:34 +01:00
|
|
|
height: 100%;
|
2015-06-15 15:50:24 +01:00
|
|
|
}
|
|
|
|
|
2015-06-12 17:34:17 +01:00
|
|
|
.mx_MatrixChat_leftPanel {
|
|
|
|
display: table-cell;
|
2015-06-15 15:50:24 +01:00
|
|
|
width: 250px;
|
2015-06-12 17:34:17 +01:00
|
|
|
}
|