1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-10-29 14:29:29 +03:00
Files
matrix-react-sdk/css/pages/MatrixChat.css
David Baker 56415b40e9 more cssage
2015-06-15 17:06:34 +01:00

12 lines
172 B
CSS

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