Merge pull request #6500 from matrix-org/gsouquet/fix-18143

Align event list summary read receipts when using message bubbles
pull/21833/head
Germain 2021-07-29 12:20:37 +01:00 committed by GitHub
commit 44bab05b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -288,9 +288,9 @@ limitations under the License.
}
.mx_EventListSummary[data-layout=bubble] {
--maxWidth: 80%;
--maxWidth: 70%;
margin-left: calc(var(--avatarSize) + var(--gutterSize));
margin-right: calc(var(--gutterSize) + var(--avatarSize));
margin-right: 94px;
.mx_EventListSummary_toggle {
float: none;
margin: 0;