Skip to content

Commit

Permalink
Add margin-top to the map inside a reply
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul committed Apr 29, 2022
1 parent d5ca23c commit 74ab872
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,12 @@ $left-gutter: 64px;
padding-left: 0;
padding-right: 0;
}

.mx_ReplyChain {
.mx_MLocationBody {
margin-top: 6px; // See: https://github.com/matrix-org/matrix-react-sdk/pull/8442
}
}
}

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

0 comments on commit 74ab872

Please sign in to comment.