mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
better button alignment
also fix sticking out at the right side when not overlaying
This commit is contained in:
parent
8ce8ca18ff
commit
d81ab2464b
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,7 @@ limitations under the License.
|
|||
z-index: 100;
|
||||
right: 0;
|
||||
margin: 0 -110px 0 0;
|
||||
padding-right: 107px;
|
||||
padding-right: 104px;
|
||||
|
||||
.mx_AccessibleButton {
|
||||
margin-left: 5px;
|
||||
|
@ -77,4 +77,5 @@ limitations under the License.
|
|||
|
||||
.mx_EventTile_last .mx_MessageEditor_buttons {
|
||||
position: static;
|
||||
margin-right: -103px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue