hydrogen-web/src/platform/web/ui/css/right-panel.css
RMidhunSuresh c96abc8892 Add css to place items appropriately
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
2021-06-09 16:51:18 +05:30

27 lines
350 B
CSS

.RoomInfo {
grid-area: right;
flex-direction: column;
}
.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;
}