mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 12:37:22 +01:00
Add css to place items appropriately
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
f42553f8cb
commit
c96abc8892
@ -1,8 +1,26 @@
|
|||||||
.RoomInfo{
|
.RoomInfo {
|
||||||
grid-area: right;
|
grid-area: right;
|
||||||
background : rgba(245, 245, 245, 0.90);
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
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…
x
Reference in New Issue
Block a user