Hide download links from forward dialog preview
since trying to interact with them is pointless. Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
b00ad63a35
commit
372f24ff99
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@ limitations under the License.
|
||||||
.mx_EventTile_e2eIcon_unencrypted {
|
.mx_EventTile_e2eIcon_unencrypted {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// We also hide download links to not encourage users to try interacting
|
||||||
|
.mx_MFileBody_download {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> hr {
|
> hr {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue