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

Commit

Permalink
Remove obsolete declarations for buttons on EditMessageComposer on Th…
Browse files Browse the repository at this point in the history
…readView (#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]>
  • Loading branch information
luixxiul authored May 18, 2022
1 parent 2d38655 commit c715f72
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit c715f72

Please sign in to comment.