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

Commit

Permalink
Remove inline start margin from display name in reply tile on the tim…
Browse files Browse the repository at this point in the history
…eline with a maximized widget (#8864)
  • Loading branch information
luixxiul authored Jun 18, 2022
1 parent c4460d8 commit e8f56c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/css/views/right_panel/_TimelineCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e8f56c2

Please sign in to comment.