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

Commit

Permalink
Align event list summary read receipts when using message bubbles
Browse files Browse the repository at this point in the history
  • Loading branch information
germain-gg committed Jul 29, 2021
1 parent ef8d2e8 commit 9c4101f
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 9c4101f

Please sign in to comment.