mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
Use flex instead of setting height
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
4946683b23
commit
c410aed672
@ -210,7 +210,7 @@ the layout viewport up without resizing it when the keyboard shows */
|
||||
}
|
||||
|
||||
.LazyListParent {
|
||||
height: 100vh;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.LoadingView {
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
.RoomDetailsView {
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.RoomDetailsView_avatar {
|
||||
|
Loading…
Reference in New Issue
Block a user