Remove inline margin from UTD error message inside a reply tile on ThreadView (#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>
This commit is contained in:
parent
150c530850
commit
bae8854c13
1 changed files with 7 additions and 7 deletions
|
@ -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 {
|
.mx_EventTile_mediaLine {
|
||||||
// such as MImageBody
|
// such as MImageBody
|
||||||
> div,
|
> div,
|
||||||
|
@ -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 {
|
.mx_MessageTimestamp {
|
||||||
top: 2px; // Align with mx_EventTile_content
|
top: 2px; // Align with mx_EventTile_content
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue