riot-web/css/pages/MatrixChat.css

12 lines
172 B
CSS

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