moving icons exactly one pixel to the right and one pixel down
This commit is contained in:
parent
a409b9b96f
commit
e9dccd1460
2 changed files with 4 additions and 4 deletions
|
@ -21,8 +21,8 @@ limitations under the License.
|
||||||
.mx_E2EIcon {
|
.mx_E2EIcon {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: -1px;
|
||||||
right: -1px;
|
right: -2px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
width: 10px
|
width: 10px
|
||||||
}
|
}
|
||||||
|
|
|
@ -105,8 +105,8 @@ limitations under the License.
|
||||||
width: 10px;
|
width: 10px;
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -0px;
|
bottom: -1px;
|
||||||
right: -1px;
|
right: -2px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue