Improve the visual balance of bubble layout (#9704)

This commit is contained in:
Robin 2022-12-03 17:31:40 -05:00 committed by GitHub
parent 0358e038a9
commit 2d9fa81cf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -462,6 +462,11 @@ $left-gutter: 64px;
&.mx_EventTile_continuation {
margin-top: 2px;
}
&.mx_EventTile_lastInSection {
/* Other half of the gutter is provided by margin-top on the first
tile of the section */
margin-bottom: calc(var(--gutterSize) / 2);
}
}
}