Fix MessageActionBar alignment in Bubble layout (#7414)

This commit is contained in:
Michael Telatynski 2021-12-23 15:48:00 +00:00 committed by GitHub
parent 38ba198fea
commit 2430bd7eb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,6 +89,12 @@ limitations under the License.
font-size: $font-15px;
}
.mx_MessageActionBar {
top: -28px;
right: 0;
z-index: 9; // above the avatar
}
&[data-self=false] {
.mx_EventTile_line {
border-bottom-right-radius: var(--cornerRadius);
@ -101,11 +107,6 @@ limitations under the License.
left: -34px;
}
.mx_MessageActionBar {
right: 0;
transform: translate3d(90%, 50%, 0);
}
--backgroundColor: $eventbubble-others-bg;
}
&[data-self=true] {