hydrogen-web/src/platform/web/ui/css/right-panel.css
RMidhunSuresh c65e26ec4c Position the close button to right end
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
2021-06-09 16:51:18 +05:30

32 lines
427 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;
}
.buttons {
display: flex;
justify-content: right;
width: 100%;
}