Merge pull request #6500 from matrix-org/gsouquet/fix-18143
Align event list summary read receipts when using message bubbles
This commit is contained in:
commit
44bab05b47
1 changed files with 2 additions and 2 deletions
|
@ -288,9 +288,9 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventListSummary[data-layout=bubble] {
|
.mx_EventListSummary[data-layout=bubble] {
|
||||||
--maxWidth: 80%;
|
--maxWidth: 70%;
|
||||||
margin-left: calc(var(--avatarSize) + var(--gutterSize));
|
margin-left: calc(var(--avatarSize) + var(--gutterSize));
|
||||||
margin-right: calc(var(--gutterSize) + var(--avatarSize));
|
margin-right: 94px;
|
||||||
.mx_EventListSummary_toggle {
|
.mx_EventListSummary_toggle {
|
||||||
float: none;
|
float: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue