Align event list summary read receipts when using message bubbles

pull/21833/head
Germain Souquet 2021-07-29 11:48:22 +02:00
parent ef8d2e8257
commit 9c4101fa89
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;