You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
Re-add inline start padding to EventTile_line of GenericEventListSummary (#9063)
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user