forked from mystiq/hydrogen-web
Add css to place items appropriately
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
f42553f8cb
commit
c96abc8892
1 changed files with 23 additions and 5 deletions
|
@ -1,8 +1,26 @@
|
|||
.RoomInfo {
|
||||
grid-area: right;
|
||||
background : rgba(245, 245, 245, 0.90);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
.RoomAvatar {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.RoomName h2 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.SidebarRow {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.SidebarLabel, .SidebarRow,
|
||||
.RoomInfo, .RoomEncryption {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.RoomEncryption {
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue