mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
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;
|
|
}
|