mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
moving icons exactly one pixel to the right and one pixel down
This commit is contained in:
parent
a409b9b96f
commit
e9dccd1460
@ -21,8 +21,8 @@ limitations under the License.
|
||||
.mx_E2EIcon {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: -1px;
|
||||
bottom: -1px;
|
||||
right: -2px;
|
||||
height: 10px;
|
||||
width: 10px
|
||||
}
|
||||
|
||||
@ -105,8 +105,8 @@ limitations under the License.
|
||||
width: 10px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: -0px;
|
||||
right: -1px;
|
||||
bottom: -1px;
|
||||
right: -2px;
|
||||
z-index: 1;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user