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

Commit e8970ab

Browse files
committed
Remove margin from location map inside a reply
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 129ebd8 commit e8970ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,13 @@ $left-gutter: 64px;
901901
}
902902
}
903903

904+
.mx_ReplyChain_wrapper {
905+
.mx_MLocationBody {
906+
margin-inline-start: 0;
907+
margin-inline-end: 0;
908+
}
909+
}
910+
904911
.mx_MessageTimestamp {
905912
top: 2px !important;
906913
width: auto;

0 commit comments

Comments
 (0)