mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Remove inline start margin from display name in reply tile on the timeline with a maximized widget (#8864)
This commit is contained in:
parent
c4460d8add
commit
e8f56c26d0
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ limitations under the License.
|
||||||
margin-inline-start: var(--BaseCard_EventTile-spacing-inline);
|
margin-inline-start: var(--BaseCard_EventTile-spacing-inline);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_ReplyTile .mx_DisambiguatedProfile {
|
||||||
|
margin-inline-start: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_ReactionsRow {
|
.mx_ReactionsRow {
|
||||||
margin-inline-end: $spacing-8; // See: var(--ThreadView_group_spacing-end) for ReactionsRow on _EventTile.scss
|
margin-inline-end: $spacing-8; // See: var(--ThreadView_group_spacing-end) for ReactionsRow on _EventTile.scss
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue