Fix MessageActionBar alignment in Bubble layout (#7414)
parent
38ba198fea
commit
2430bd7eb4
|
@ -89,6 +89,12 @@ limitations under the License.
|
||||||
font-size: $font-15px;
|
font-size: $font-15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MessageActionBar {
|
||||||
|
top: -28px;
|
||||||
|
right: 0;
|
||||||
|
z-index: 9; // above the avatar
|
||||||
|
}
|
||||||
|
|
||||||
&[data-self=false] {
|
&[data-self=false] {
|
||||||
.mx_EventTile_line {
|
.mx_EventTile_line {
|
||||||
border-bottom-right-radius: var(--cornerRadius);
|
border-bottom-right-radius: var(--cornerRadius);
|
||||||
|
@ -101,11 +107,6 @@ limitations under the License.
|
||||||
left: -34px;
|
left: -34px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageActionBar {
|
|
||||||
right: 0;
|
|
||||||
transform: translate3d(90%, 50%, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
--backgroundColor: $eventbubble-others-bg;
|
--backgroundColor: $eventbubble-others-bg;
|
||||||
}
|
}
|
||||||
&[data-self=true] {
|
&[data-self=true] {
|
||||||
|
|
Loading…
Reference in New Issue