1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

also changing margin when last event and buttons are not overlaying

This commit is contained in:
Bruno Windels
2019-05-21 16:06:14 +02:00
parent 30a485bddd
commit 30d374dff4

View File

@@ -77,5 +77,5 @@ limitations under the License.
.mx_EventTile_last .mx_MessageEditor_buttons {
position: static;
margin-right: -103px;
margin-right: -147px;
}