diff --git a/manifest.json b/manifest.json index 281b9b9..18cd926 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Firxa", - "version": "1.4.2", + "version": "1.4.4", "description": "KRÉTA webes verziójának újraírása", "icons": { "128": "images/firka_logo_128.png" diff --git a/manifest_fox.json b/manifest_fox.json index 72706a1..52e4d75 100644 --- a/manifest_fox.json +++ b/manifest_fox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Firxa", - "version": "1.4.2", + "version": "1.4.4", "description": "KRÉTA webes verziójának újraírása", "icons": { "128": "images/firka_logo_128.png" diff --git a/search/search.css b/search/search.css index be96127..1cb0679 100644 --- a/search/search.css +++ b/search/search.css @@ -57,10 +57,13 @@ body { align-items:center; gap:8px; } -.logo { +.logos { width:32px; height:32px; } +.logo { + display: none !important; +} .search-title { color:var(--text-primary); text-align:center; diff --git a/search/search.js b/search/search.js index e3633e6..cdbf438 100644 --- a/search/search.js +++ b/search/search.js @@ -47,7 +47,7 @@ async function applyFirkaStyling() { const logoImg = document.createElement('img'); logoImg.src = chrome.runtime.getURL('images/firka_logo.png'); logoImg.alt = 'Firka'; - logoImg.className = 'logo'; + logoImg.className = 'logos'; logoText.appendChild(logoImg); logoText.appendChild(document.createTextNode('Firka'));