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

Commit 74ab872

Browse files
committed
Add margin-top to the map inside a reply
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent d5ca23c commit 74ab872

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,12 @@ $left-gutter: 64px;
844844
padding-left: 0;
845845
padding-right: 0;
846846
}
847+
848+
.mx_ReplyChain {
849+
.mx_MLocationBody {
850+
margin-top: 6px; // See: https://github.com/matrix-org/matrix-react-sdk/pull/8442
851+
}
852+
}
847853
}
848854

849855
.mx_EventTile:not([data-layout=bubble]) {

0 commit comments

Comments
 (0)