You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Set spacing declarations to elements in mx_EventTile_mediaLine (#8665)
This commit is contained in:
@@ -935,13 +935,20 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MFileBody,
|
.mx_EventTile_mediaLine {
|
||||||
.mx_MImageBody {
|
// such as MImageBody
|
||||||
display: block; // Apply margin to span element
|
> div,
|
||||||
|
> span {
|
||||||
margin-inline-start: var(--ThreadView_group_spacing-start);
|
margin-inline-start: var(--ThreadView_group_spacing-start);
|
||||||
margin-inline-end: var(--ThreadView_group_spacing-end);
|
margin-inline-end: var(--ThreadView_group_spacing-end);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// such as MAudioBody and MFileBody
|
||||||
|
> span {
|
||||||
|
display: block; // Apply the margin declarations to span element
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.mx_ReplyChain_wrapper {
|
.mx_ReplyChain_wrapper {
|
||||||
.mx_MLocationBody {
|
.mx_MLocationBody {
|
||||||
margin-inline-start: 0;
|
margin-inline-start: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user