mirror of https://github.com/vector-im/riot-web
Fix timeline expansion
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
c1a105f071
commit
ad85764a8e
|
@ -19,6 +19,7 @@ limitations under the License.
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MainSplit > .mx_RightPanel_ResizeWrapper {
|
.mx_MainSplit > .mx_RightPanel_ResizeWrapper {
|
||||||
|
|
|
@ -121,6 +121,7 @@ limitations under the License.
|
||||||
position: relative; //for .mx_RoomView_auxPanel_fullHeight
|
position: relative; //for .mx_RoomView_auxPanel_fullHeight
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_body {
|
.mx_RoomView_body {
|
||||||
|
|
Loading…
Reference in New Issue