Hide unencrypted badge from ForwardDialog preview

Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
Robin Townsend 2021-05-10 13:57:47 -04:00
parent c39d9649ba
commit 7efbd2d930

View file

@ -35,6 +35,12 @@ limitations under the License.
.mx_EventTile_msgOption {
display: none;
}
// When forwarding messages from encrypted rooms, EventTile will complain
// that our preview is unencrypted, which doesn't actually matter
.mx_EventTile_e2eIcon_unencrypted {
display: none;
}
}
.mx_ForwardList {