element-web/css/pages/MatrixChat.css
2015-06-16 15:02:44 +01:00

12 lines
190 B
CSS

.mx_MatrixChat {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
}
.mx_MatrixChat_leftPanel {
display: table-cell;
width: 250px;
height: 100%;
}