Hide unencrypted badge from ForwardDialog preview

Signed-off-by: Robin Townsend <robin@robin.town>
pull/21833/head
Robin Townsend 2021-05-10 13:57:47 -04:00
parent c39d9649ba
commit 7efbd2d930
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,12 @@ limitations under the License.
.mx_EventTile_msgOption { .mx_EventTile_msgOption {
display: none; 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 { .mx_ForwardList {