forked from mystiq/hydrogen-web
Use flex instead of setting height
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
4946683b23
commit
c410aed672
2 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@ the layout viewport up without resizing it when the keyboard shows */
|
||||||
}
|
}
|
||||||
|
|
||||||
.LazyListParent {
|
.LazyListParent {
|
||||||
height: 100vh;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LoadingView {
|
.LoadingView {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
.RoomDetailsView {
|
.RoomDetailsView {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.RoomDetailsView_avatar {
|
.RoomDetailsView_avatar {
|
||||||
|
|
Loading…
Reference in a new issue