Room list reflects encryption state

This commit is contained in:
Zoe 2020-01-21 17:17:40 +00:00
parent 684974372d
commit d68db74efe
4 changed files with 118 additions and 1 deletions

View file

@ -22,7 +22,9 @@ limitations under the License.
margin: 0;
position: absolute;
bottom: 0;
right: -5px;
right: -1px;
height: 10px;
width: 10px
}
}

View file

@ -98,6 +98,19 @@ limitations under the License.
z-index: 2;
}
// Note we match .mx_E2EIcon to make sure this matches more tightly than just
// .mx_E2EIcon on its own
.mx_RoomTile_e2eIcon.mx_E2EIcon {
height: 10px;
width: 10px;
display: block;
position: absolute;
bottom: -0px;
right: -1px;
z-index: 1;
margin: 0;
}
.mx_RoomTile_name {
font-size: 14px;
padding: 0 6px;