element-web/css/pages/MatrixChat.css
2015-06-15 17:06:34 +01:00

11 lines
172 B
CSS

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