mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02: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
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user