From 7da3574edee99481c373e9164867e8aa0d46c3e2 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 18 May 2022 00:54:59 +0900 Subject: [PATCH] Remove obsolete declarations for buttons on EditMessageComposer on ThreadView 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 1491631059d..1c8e8ae0487 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -977,9 +977,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 - } }