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:
Michael Telatynski
2022-01-19 01:48:07 +00:00
committed by GitHub
parent 1d45921d14
commit b50060bcfc
2 changed files with 28 additions and 10 deletions
+6
View File
@@ -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] {