Center align link favicons

This commit is contained in:
2026-07-05 18:13:22 +02:00
parent 22059a0b06
commit d0325fdec5
+1 -1
View File
@@ -5,7 +5,7 @@
img.src = 'https://icons.duckduckgo.com/ip3/' + hostname + '.ico';
img.width = 16;
img.height = 16;
img.style.verticalAlign = 'middle';
img.style.verticalAlign = 'center';
img.style.marginRight = '3px';
a.prepend(img);
});