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

Commit

Permalink
Remove inline margin from UTD error message inside a reply tile on Th…
Browse files Browse the repository at this point in the history
…readView (#8708)

* Remove inline margin from UTD error message inside a reply tile on ThreadView

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Merge 'mx_ReplyChain_wrapper' blocks

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul authored May 30, 2022
1 parent 150c530 commit bae8854
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,13 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
}
}

.mx_ReplyChain_wrapper {
.mx_MLocationBody,
.mx_UnknownBody { // Error message inside ReplyTile
margin-inline: unset;
}
}

.mx_EventTile_mediaLine {
// such as MImageBody
> div,
Expand All @@ -937,13 +944,6 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
}
}

.mx_ReplyChain_wrapper {
.mx_MLocationBody {
margin-inline-start: 0;
margin-inline-end: 0;
}
}

.mx_MessageTimestamp {
top: 2px; // Align with mx_EventTile_content
}
Expand Down

0 comments on commit bae8854

Please sign in to comment.