Setting favicon width on settings page

pull/659/head
Kevin Payravi 2024-04-25 22:39:55 -05:00
parent ba3d5f895b
commit 07ffc5f61b
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ async function loadOptions(lang, textFilter = '') {
let icon = document.createElement("img");
icon.src = '../../favicons/' + sites[i].language.toLowerCase() + '/' + sites[i].destination_icon;
icon.alt = 'Visit ' + sites[i].destination;
icon.width = '16';
iconLink.appendChild(icon);
wikiInfo.appendChild(iconLink);
if (lang === 'ALL') {