mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Prevent action bar to overlap the event content
This commit is contained in:
parent
e665e38b7b
commit
9180d478eb
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue