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

Commit bae8854

Browse files
authored
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 <[email protected]> * Merge 'mx_ReplyChain_wrapper' blocks Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 150c530 commit bae8854

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,13 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
923923
}
924924
}
925925

926+
.mx_ReplyChain_wrapper {
927+
.mx_MLocationBody,
928+
.mx_UnknownBody { // Error message inside ReplyTile
929+
margin-inline: unset;
930+
}
931+
}
932+
926933
.mx_EventTile_mediaLine {
927934
// such as MImageBody
928935
> div,
@@ -937,13 +944,6 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
937944
}
938945
}
939946

940-
.mx_ReplyChain_wrapper {
941-
.mx_MLocationBody {
942-
margin-inline-start: 0;
943-
margin-inline-end: 0;
944-
}
945-
}
946-
947947
.mx_MessageTimestamp {
948948
top: 2px; // Align with mx_EventTile_content
949949
}

0 commit comments

Comments
 (0)