From 3db6662d2fe5b31c1b1c824ea84a0d42e1db9b9d Mon Sep 17 00:00:00 2001 From: tophf Date: Wed, 11 Nov 2020 20:42:13 +0300 Subject: [PATCH] fix 1px shift of applies-to text when favicon is added in FF --- manage/manage.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manage/manage.css b/manage/manage.css index 419b0762..0dee4d4f 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -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 */