From c4f000e59459e928a1054702f300a04e38027713 Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 9 Sep 2021 14:40:18 +0000 Subject: [PATCH] fixing the shield for "the authenticity of this..." shield in encrypted rooms after you login from a new device/browser/session with your backup key, it will now align better in the modern more compact layout and doesn't disturb me anymore --- custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom.css b/custom.css index 72fd0a0..93c37c1 100644 --- a/custom.css +++ b/custom.css @@ -344,3 +344,8 @@ span.mx_MVideoBody video.mx_MVideoBody { box-shadow: unset; border-radius: 0; } + +.mx_MatrixChat_useCompactLayout .mx_EventTile .mx_EventTile_e2eIcon { + top: 10px; + opacity: 0.1; +}