Center align link favicons
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
img.src = 'https://icons.duckduckgo.com/ip3/' + hostname + '.ico';
|
img.src = 'https://icons.duckduckgo.com/ip3/' + hostname + '.ico';
|
||||||
img.width = 16;
|
img.width = 16;
|
||||||
img.height = 16;
|
img.height = 16;
|
||||||
img.style.verticalAlign = 'middle';
|
img.style.verticalAlign = 'center';
|
||||||
img.style.marginRight = '3px';
|
img.style.marginRight = '3px';
|
||||||
a.prepend(img);
|
a.prepend(img);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user