better button alignment

also fix sticking out at the right side when not overlaying
This commit is contained in:
Bruno Windels 2019-05-17 16:15:06 +01:00
parent 8ce8ca18ff
commit d81ab2464b

View file

@ -61,7 +61,7 @@ limitations under the License.
z-index: 100; z-index: 100;
right: 0; right: 0;
margin: 0 -110px 0 0; margin: 0 -110px 0 0;
padding-right: 107px; padding-right: 104px;
.mx_AccessibleButton { .mx_AccessibleButton {
margin-left: 5px; margin-left: 5px;
@ -77,4 +77,5 @@ limitations under the License.
.mx_EventTile_last .mx_MessageEditor_buttons { .mx_EventTile_last .mx_MessageEditor_buttons {
position: static; position: static;
margin-right: -103px;
} }