Display rooms list
This commit is contained in:
@@ -7,3 +7,12 @@ body,
|
||||
#root {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#root {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#root > div {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user