element-web/css/pages/MatrixChat.css

13 lines
190 B
CSS
Raw Normal View History

2015-06-15 14:50:24 +00:00
.mx_MatrixChat {
display: table;
table-layout: fixed;
width: 100%;
2015-06-15 16:06:34 +00:00
height: 100%;
2015-06-15 14:50:24 +00:00
}
.mx_MatrixChat_leftPanel {
display: table-cell;
2015-06-15 14:50:24 +00:00
width: 250px;
2015-06-16 14:02:44 +00:00
height: 100%;
}