mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Add margin to the location map inside ThreadView (#8442)
* Add margin to the location map inside ThreadView Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove margin from location map inside a reply Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Add margin to the location map error message inside ThreadView Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Add margin-top to the map inside a reply Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
7a0b3079be
commit
565488a10a
1 changed files with 15 additions and 0 deletions
|
@ -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]) {
|
||||
|
@ -883,10 +889,12 @@ $left-gutter: 64px;
|
|||
width: 100%;
|
||||
|
||||
.mx_EventTile_content,
|
||||
.mx_EventTile_body,
|
||||
.mx_HiddenBody,
|
||||
.mx_RedactedBody,
|
||||
.mx_UnknownBody,
|
||||
.mx_MPollBody,
|
||||
.mx_MLocationBody,
|
||||
.mx_ReplyChain_wrapper,
|
||||
.mx_ReactionsRow {
|
||||
margin-left: $spacing-start;
|
||||
|
@ -900,6 +908,13 @@ $left-gutter: 64px;
|
|||
}
|
||||
}
|
||||
|
||||
.mx_ReplyChain_wrapper {
|
||||
.mx_MLocationBody {
|
||||
margin-inline-start: 0;
|
||||
margin-inline-end: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_MessageTimestamp {
|
||||
top: 2px !important;
|
||||
width: auto;
|
||||
|
|
Loading…
Reference in a new issue