Increase gap between ELS and the subsequent event to prevent overlap (#7391)

This commit is contained in:
Michael Telatynski 2021-12-17 09:28:10 +00:00 committed by GitHub
parent 39c4b78371
commit 818465a4d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -401,6 +401,11 @@ limitations under the License.
}
}
// increase margin between ELS and the next Event to not have our user avatar overlap the expand/collapse button
.mx_EventListSummary[data-layout=bubble][data-expanded=false] + .mx_EventTile[data-layout=bubble][data-self=true] {
margin-top: 20px;
}
/* events that do not require bubble layout */
.mx_EventListSummary[data-layout=bubble],
.mx_EventTile.mx_EventTile_bad[data-layout=bubble] {