2015-06-15 15:50:24 +01:00
|
|
|
.mx_MatrixChat {
|
2015-06-17 15:46:04 +01:00
|
|
|
position: relative;
|
2015-06-15 15:50:24 +01:00
|
|
|
width: 100%;
|
2015-06-15 17:06:34 +01:00
|
|
|
height: 100%;
|
2015-06-15 15:50:24 +01:00
|
|
|
}
|
|
|
|
|
2015-06-12 17:34:17 +01:00
|
|
|
.mx_MatrixChat_leftPanel {
|
2015-06-17 15:46:04 +01:00
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
2015-06-15 15:50:24 +01:00
|
|
|
width: 250px;
|
2015-06-16 15:02:44 +01:00
|
|
|
height: 100%;
|
2015-06-12 17:34:17 +01:00
|
|
|
}
|
2015-06-17 15:46:04 +01:00
|
|
|
|
|
|
|
.mx_MatrixChat_leftPanel .mx_MatrixToolbar {
|
|
|
|
position: absolute;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_MatrixChat_leftPanel .mx_RoomList {
|
|
|
|
position: absolute;
|
|
|
|
top: 20px;
|
|
|
|
bottom: 0px;
|
|
|
|
width: 250px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_MatrixChat .mx_RoomView {
|
|
|
|
position: absolute;
|
|
|
|
left: 255px;
|
|
|
|
right: 0px;
|
|
|
|
height: 100%;
|
|
|
|
}
|