Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c715f72

Browse files
authored
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 <[email protected]>
1 parent 2d38655 commit c715f72

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -982,9 +982,4 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
982982
.mx_EditMessageComposer {
983983
margin-left: 30px !important; // align start of first letter with that of the event body
984984
}
985-
986-
.mx_EditMessageComposer_buttons {
987-
padding-right: 11px; // align with right edge of input
988-
margin-right: 0; // align with right edge of background
989-
}
990985
}

0 commit comments

Comments
 (0)