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

This commit is contained in:
Kibi Kelburton 2021-09-09 14:40:18 +00:00
parent 0b5dd13fb2
commit c4f000e594

View File

@ -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;
}