From c715f72745806e1cd5ba95341b6b23bc0ef4c5b0 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 18 May 2022 13:22:42 +0000 Subject: [PATCH] Remove obsolete declarations for buttons on EditMessageComposer on ThreadView (#8632) Those declarations are no longer necessary to align the buttons with the right edge of the input area and background. Signed-off-by: Suguru Hirahara --- res/css/views/rooms/_EventTile.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index 83a906e129..95dc0bf67f 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -982,9 +982,4 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss .mx_EditMessageComposer { margin-left: 30px !important; // align start of first letter with that of the event body } - - .mx_EditMessageComposer_buttons { - padding-right: 11px; // align with right edge of input - margin-right: 0; // align with right edge of background - } }