2021-06-17 14:24:08 +05:30
|
|
|
.RightPanelView{
|
2021-05-24 22:19:05 +05:30
|
|
|
grid-area: right;
|
2021-07-11 18:12:27 +05:30
|
|
|
min-height: 0;
|
2021-07-16 17:03:39 +05:30
|
|
|
min-width: 0;
|
2021-07-15 13:48:10 +05:30
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2021-07-11 18:12:27 +05:30
|
|
|
}
|
|
|
|
|
2021-06-17 14:24:08 +05:30
|
|
|
.RoomDetailsView {
|
2021-05-25 16:10:05 +05:30
|
|
|
flex-direction: column;
|
2021-07-15 23:26:51 +05:30
|
|
|
flex: 1;
|
2021-05-26 15:41:23 +05:30
|
|
|
}
|
|
|
|
|
2021-06-06 23:52:24 +05:30
|
|
|
.RoomDetailsView_avatar {
|
2021-05-26 15:41:23 +05:30
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2021-06-06 23:52:24 +05:30
|
|
|
.RoomDetailsView_name h2 {
|
2021-05-26 15:41:23 +05:30
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2021-06-06 23:52:24 +05:30
|
|
|
.RoomDetailsView_label, .RoomDetailsView_row, .RoomDetailsView, .EncryptionIconView {
|
2021-05-26 15:41:23 +05:30
|
|
|
display: flex;
|
2021-05-25 16:10:05 +05:30
|
|
|
align-items: center;
|
2021-05-26 15:59:04 +05:30
|
|
|
}
|
2021-05-26 15:41:23 +05:30
|
|
|
|
2021-07-14 20:54:33 +05:30
|
|
|
.RoomDetailsView_value {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
2021-06-06 23:52:24 +05:30
|
|
|
.EncryptionIconView {
|
2021-05-26 15:41:23 +05:30
|
|
|
justify-content: center;
|
2021-05-24 22:19:05 +05:30
|
|
|
}
|
2021-05-26 15:59:04 +05:30
|
|
|
|
2021-07-15 13:08:05 +05:30
|
|
|
.RightPanelView_buttons {
|
2021-05-26 15:59:04 +05:30
|
|
|
display: flex;
|
2021-07-15 13:08:05 +05:30
|
|
|
justify-content: space-between;
|
2021-05-26 15:59:04 +05:30
|
|
|
width: 100%;
|
2021-07-15 13:08:05 +05:30
|
|
|
box-sizing: border-box;
|
2021-07-15 18:47:02 +05:30
|
|
|
padding: 16px;
|
2021-07-15 13:08:05 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.RightPanelView_buttons .hide {
|
|
|
|
visibility: hidden;
|
2021-05-26 15:59:04 +05:30
|
|
|
}
|
2021-06-17 16:45:36 +05:30
|
|
|
|
2021-06-26 14:51:01 +05:30
|
|
|
.MemberTileView {
|
|
|
|
display: flex;
|
2021-07-15 15:17:39 +05:30
|
|
|
align-items: center;
|
|
|
|
}
|