hydrogen-web/src/platform/web/ui/css/right-panel.css
RMidhunSuresh fe18b61688 Css fixes
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
2021-07-16 17:08:18 +05:30

50 lines
813 B
CSS

.RightPanelView{
grid-area: right;
min-height: 0;
display: flex;
flex-direction: column;
}
.RoomDetailsView {
flex-direction: column;
height: 100%;
}
.RoomDetailsView_avatar {
display: flex;
}
.RoomDetailsView_name h2 {
text-align: center;
}
.RoomDetailsView_label, .RoomDetailsView_row, .RoomDetailsView, .EncryptionIconView {
display: flex;
align-items: center;
}
.RoomDetailsView_value {
display: flex;
justify-content: flex-end;
}
.EncryptionIconView {
justify-content: center;
}
.RightPanelView_buttons {
display: flex;
justify-content: space-between;
width: 100%;
box-sizing: border-box;
padding: 8px;
}
.RightPanelView_buttons .hide {
visibility: hidden;
}
.MemberTileView {
display: flex;
align-items: center;
}