element-web/css/pages/MatrixChat.css

12 lines
172 B
CSS
Raw Normal View History

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