Display rooms list

This commit is contained in:
2025-11-24 17:50:31 +01:00
parent cce9b3de5d
commit 1f4e374e66
7 changed files with 148 additions and 21 deletions

View File

@@ -7,3 +7,12 @@ body,
#root {
height: 100%;
}
#root {
display: flex;
flex-direction: column;
}
#root > div {
flex: 1;
}