mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Fix MessageActionBar alignment in Bubble layout (#7414)
This commit is contained in:
parent
38ba198fea
commit
2430bd7eb4
@ -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] {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user