fix 1px shift of applies-to text when favicon is added in FF

This commit is contained in:
tophf 2020-11-11 20:42:13 +03:00
parent 6259cc2e79
commit 3db6662d2f

View File

@ -656,9 +656,8 @@ a:hover {
.newUI .target img {
width: 16px;
height: 16px;
vertical-align: sub;
margin-left: -20px;
margin-right: 4px;
vertical-align: middle;
margin: -1px 4px 0 -20px;
transition: opacity .5s, filter .5s;
filter: grayscale(1);
/* workaround for the buggy CSS filter: images in the hidden overflow are shown on Mac */