better button alignment
also fix sticking out at the right side when not overlayingpull/21833/head
parent
8ce8ca18ff
commit
d81ab2464b
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue