From 4522a658303281510dc1149e25a1b0dfd20de25e Mon Sep 17 00:00:00 2001 From: Siriusmart Date: Wed, 8 Jul 2026 15:29:05 +0100 Subject: [PATCH] fixed padlock position to be next to the compositor text area --- apps/web/res/css/views/rooms/_MessageComposer.pcss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/web/res/css/views/rooms/_MessageComposer.pcss b/apps/web/res/css/views/rooms/_MessageComposer.pcss index f31a51b53ad..489b7b10f2e 100644 --- a/apps/web/res/css/views/rooms/_MessageComposer.pcss +++ b/apps/web/res/css/views/rooms/_MessageComposer.pcss @@ -11,7 +11,7 @@ Please see LICENSE files in the repository root for full details. margin: auto; border-top: 1px solid $primary-hairline-color; position: relative; - padding-left: 42px; + padding-left: 30px; padding-right: 16px; } @@ -65,9 +65,8 @@ Please see LICENSE files in the repository root for full details. .mx_MessageComposer_e2eIconWrapper { height: 12px; /* Match the height of the E2E icon for alignment */ width: 12px; - position: absolute; - left: 20px; - top: 22px; + position: relative; + left: -8px; margin-right: 0; /* Counteract the E2EIcon class */ margin-left: 3px; /* Counteract the E2EIcon class */