mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Hide unencrypted badge from ForwardDialog preview
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
c39d9649ba
commit
7efbd2d930
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue