Re-add inline start padding to EventTile_line of GenericEventListSummary (#9063)

This commit is contained in:
Suguru Hirahara 2022-07-16 12:15:12 +00:00 committed by GitHub
parent 161a333a51
commit b90ea87d11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -487,9 +487,9 @@ $left-gutter: 64px;
// Apply only collapsed events block
> .mx_EventTile_line {
// 15 px of padding
/* stylelint-disable-next-line declaration-colon-space-after */
padding-left:
// 15 px of padding
calc(var(--name-width) + var(--icon-width) + $MessageTimestamp_width + 3 * var(--right-padding));
}
}