Fix MAB overlapping or overflowing in bubbles layout and threads regressions (#7569)
* Fix MAB overlapping or overflowing in bubbles layout * Fix bubbles in threads timestamps positioning regression
This commit is contained in:
@@ -911,6 +911,12 @@ $left-gutter: 64px;
|
||||
margin: 0 -13px 0 0; // align with normal messages
|
||||
}
|
||||
}
|
||||
|
||||
&[data-self=false] {
|
||||
.mx_MessageActionBar {
|
||||
right: -60px; // smaller overlap, otherwise it'll overflow on the right
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mx_EventTile[data-layout=group] {
|
||||
|
||||
Reference in New Issue
Block a user