Merge pull request #6438 from matrix-org/gsouquet/fix-18074

Prevent action bar to overlap the event content
This commit is contained in:
Germain 2021-07-22 12:14:29 +01:00 committed by GitHub
commit 951ceb194c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ limitations under the License.
.mx_MessageActionBar {
right: 0;
transform: translate3d(50%, 50%, 0);
transform: translate3d(90%, 50%, 0);
}
--backgroundColor: $eventbubble-others-bg;
@ -256,7 +256,7 @@ limitations under the License.
}
.mx_MessageActionBar {
transform: translate3d(50%, 0, 0);
transform: translate3d(90%, 0, 0);
}
}