Remove inline start margin from display name in reply tile on the timeline with a maximized widget (#8864)

This commit is contained in:
Suguru Hirahara
2022-06-18 14:27:17 +00:00
committed by GitHub
parent c4460d8add
commit e8f56c26d0

View File

@@ -59,6 +59,10 @@ limitations under the License.
margin-inline-start: var(--BaseCard_EventTile-spacing-inline);
}
.mx_ReplyTile .mx_DisambiguatedProfile {
margin-inline-start: 0;
}
.mx_ReactionsRow {
margin-inline-end: $spacing-8; // See: var(--ThreadView_group_spacing-end) for ReactionsRow on _EventTile.scss
}