Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6500 from matrix-org/gsouquet/fix-18143
Browse files Browse the repository at this point in the history
Align event list summary read receipts when using message bubbles
  • Loading branch information
germain-gg authored Jul 29, 2021
2 parents f9f9aeb + 9c4101f commit 44bab05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 44bab05

Please sign in to comment.