mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
12 lines
172 B
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;
|
|
}
|