You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-10-29 14:29:29 +03: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;
|
|
}
|