11 lines
172 B
CSS
11 lines
172 B
CSS
.mx_MatrixChat {
|
|
display: table;
|
|
table-layout: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.mx_MatrixChat_leftPanel {
|
|
display: table-cell;
|
|
width: 250px;
|
|
}
|